1
0

introduce separate database-schemas base+rbac (#103)

Co-authored-by: Michael Hoennig <michael@hoennig.de>
Co-authored-by: Michael Hönnig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/103
Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
This commit is contained in:
Michael Hoennig
2024-09-16 15:36:37 +02:00
parent 80d79de5f4
commit 1eed0e9b21
287 changed files with 3194 additions and 3454 deletions

View File

@@ -1,34 +1,38 @@
databaseChangeLog:
- include:
file: db/changelog/0-basis/001-last-row-count.sql
file: db/changelog/0-base/000-base-schema.sql
- include:
file: db/changelog/0-basis/002-int-to-var.sql
file: db/changelog/0-base/001-last-row-count.sql
- include:
file: db/changelog/0-basis/003-random-in-range.sql
file: db/changelog/0-base/002-int-to-var.sql
- include:
file: db/changelog/0-basis/004-jsonb-changes-delta.sql
file: db/changelog/0-base/003-random-in-range.sql
- include:
file: db/changelog/0-basis/005-uuid-ossp-extension.sql
file: db/changelog/0-base/004-jsonb-changes-delta.sql
- include:
file: db/changelog/0-basis/006-numeric-hash-functions.sql
file: db/changelog/0-base/005-uuid-ossp-extension.sql
- include:
file: db/changelog/0-basis/007-table-columns.sql
file: db/changelog/0-base/006-numeric-hash-functions.sql
- include:
file: db/changelog/0-basis/008-raise-functions.sql
file: db/changelog/0-base/007-table-columns.sql
- include:
file: db/changelog/0-basis/009-check-environment.sql
file: db/changelog/0-base/008-raise-functions.sql
- include:
file: db/changelog/0-basis/010-context.sql
file: db/changelog/0-base/009-check-environment.sql
- include:
file: db/changelog/0-basis/020-audit-log.sql
file: db/changelog/0-base/010-context.sql
- include:
file: db/changelog/0-basis/030-historization.sql
file: db/changelog/0-base/020-audit-log.sql
- include:
file: db/changelog/0-basis/090-log-slow-queries-extensions.sql
file: db/changelog/0-base/030-historization.sql
- include:
file: db/changelog/0-base/090-log-slow-queries-extensions.sql
- include:
file: db/changelog/1-rbac/1000-rbac-schema.sql
- include:
file: db/changelog/1-rbac/1050-rbac-base.sql
- include:
file: db/changelog/1-rbac/1051-rbac-user-grant.sql
file: db/changelog/1-rbac/1051-rbac-subject-grant.sql
- include:
file: db/changelog/1-rbac/1054-rbac-context.sql
- include:
@@ -144,7 +148,7 @@ databaseChangeLog:
- include:
file: db/changelog/6-hs-booking/630-booking-item/6300-hs-booking-item.sql
- include:
file: db/changelog/6-hs-booking/630-booking-item/6203-hs-booking-item-rbac.sql
file: db/changelog/6-hs-booking/630-booking-item/6303-hs-booking-item-rbac.sql
- include:
file: db/changelog/6-hs-booking/630-booking-item/6308-hs-booking-item-test-data.sql
- include:
@@ -156,4 +160,4 @@ databaseChangeLog:
- include:
file: db/changelog/7-hs-hosting/701-hosting-asset/7018-hs-hosting-asset-test-data.sql
- include:
file: db/changelog/9-hs-global/9000-statistics.sql
file: db/changelog/9-hs-global/9000-statistics.sql