cleaning up database migration files, removing date prefix, renumbering etc.

This commit is contained in:
Michael Hoennig 2022-08-22 16:40:42 +02:00
parent a04929453c
commit dd4f39902f
25 changed files with 20 additions and 20 deletions

View File

@ -1,43 +1,43 @@
databaseChangeLog:
- include:
file: db/changelog/2022-07-28-001-last-row-count.sql
file: db/changelog/001-last-row-count.sql
- include:
file: db/changelog/2022-07-28-002-int-to-var.sql
file: db/changelog/002-int-to-var.sql
- include:
file: db/changelog/2022-07-28-003-random-in-range.sql
file: db/changelog/003-random-in-range.sql
- include:
file: db/changelog/2022-07-28-004-uuid-ossp-extension.sql
file: db/changelog/005-uuid-ossp-extension.sql
- include:
file: db/changelog/2022-07-28-005-rbac-base.sql
file: db/changelog/030-rbac-base.sql
- include:
file: db/changelog/2022-07-28-006-rbac-current.sql
file: db/changelog/031-rbac-current.sql
- include:
file: db/changelog/2022-07-28-007-rbac-user-grant.sql
file: db/changelog/033-rbac-user-grant.sql
- include:
file: db/changelog/2022-07-28-008-rbac-views.sql
file: db/changelog/035-rbac-views.sql
- include:
file: db/changelog/2022-07-28-020-rbac-role-builder.sql
file: db/changelog/037-rbac-role-builder.sql
- include:
file: db/changelog/2022-07-28-030-rbac-statistics.sql
file: db/changelog/039-rbac-statistics.sql
- include:
file: db/changelog/2022-07-29-050-hs-base.sql
file: db/changelog/100-hs-base.sql
- include:
file: db/changelog/2022-07-29-060-hs-customer.sql
file: db/changelog/110-hs-customer.sql
- include:
file: db/changelog/2022-07-29-061-hs-customer-rbac.sql
file: db/changelog/113-hs-customer-rbac.sql
- include:
file: db/changelog/2022-07-29-062-hs-customer-test-data.sql
file: db/changelog/118-hs-customer-test-data.sql
- include:
file: db/changelog/2022-07-29-070-hs-package.sql
file: db/changelog/120-hs-package.sql
- include:
file: db/changelog/2022-07-29-070-hs-package-rbac.sql
file: db/changelog/123-hs-package-rbac.sql
- include:
file: db/changelog/2022-07-29-070-hs-package-test-data.sql
file: db/changelog/128-hs-package-test-data.sql
- include:
file: db/changelog/2022-08-14-080-hs-unixuser.sql
file: db/changelog/130-hs-unixuser.sql
- include:
file: db/changelog/2022-08-14-081-hs-unixuser-rbac.sql
file: db/changelog/133-hs-unixuser-rbac.sql
- include:
file: db/changelog/2022-08-14-082-hs-unixuser-test-data.sql
file: db/changelog/138-hs-unixuser-test-data.sql