1
0

re-numbering rbac db-migration scripts while extracting context (currentUser etc.)

This commit is contained in:
Michael Hoennig
2022-08-23 14:36:22 +02:00
parent 661f23e1e2
commit 81cfbc62e4
9 changed files with 127 additions and 76 deletions

View File

@ -10,17 +10,19 @@ databaseChangeLog:
- include:
file: db/changelog/005-uuid-ossp-extension.sql
- include:
file: db/changelog/030-rbac-base.sql
file: db/changelog/010-context.sql
- include:
file: db/changelog/031-rbac-current.sql
file: db/changelog/050-rbac-base.sql
- include:
file: db/changelog/033-rbac-user-grant.sql
file: db/changelog/051-rbac-user-grant.sql
- include:
file: db/changelog/035-rbac-views.sql
file: db/changelog/054-rbac-context.sql
- include:
file: db/changelog/037-rbac-role-builder.sql
file: db/changelog/055-rbac-views.sql
- include:
file: db/changelog/039-rbac-statistics.sql
file: db/changelog/057-rbac-role-builder.sql
- include:
file: db/changelog/059-rbac-statistics.sql
- include:
file: db/changelog/100-hs-base.sql
- include: