hs.hsadmin.ng/src/main/resources/db/changelog/db.changelog-master.yaml

48 lines
1.4 KiB
YAML
Raw Normal View History

databaseChangeLog:
- include:
file: db/changelog/001-last-row-count.sql
- include:
file: db/changelog/002-int-to-var.sql
- include:
file: db/changelog/003-random-in-range.sql
2022-08-23 09:36:39 +02:00
- include:
file: db/changelog/004-jsonb-changes-delta.sql
- include:
file: db/changelog/005-uuid-ossp-extension.sql
- include:
file: db/changelog/010-context.sql
- include:
file: db/changelog/050-rbac-base.sql
- include:
file: db/changelog/051-rbac-user-grant.sql
- include:
file: db/changelog/054-rbac-context.sql
- include:
file: db/changelog/055-rbac-views.sql
- include:
file: db/changelog/057-rbac-role-builder.sql
- include:
file: db/changelog/059-rbac-statistics.sql
- include:
file: db/changelog/100-hs-base.sql
2022-07-29 11:39:32 +02:00
- include:
file: db/changelog/110-hs-customer.sql
2022-07-29 11:39:32 +02:00
- include:
file: db/changelog/113-hs-customer-rbac.sql
2022-07-29 11:39:32 +02:00
- include:
file: db/changelog/118-hs-customer-test-data.sql
- include:
file: db/changelog/120-hs-package.sql
- include:
file: db/changelog/123-hs-package-rbac.sql
- include:
file: db/changelog/128-hs-package-test-data.sql
- include:
file: db/changelog/130-hs-unixuser.sql
- include:
file: db/changelog/133-hs-unixuser-rbac.sql
- include:
file: db/changelog/138-hs-unixuser-test-data.sql