Skip to content

Commit

Permalink
Update db.changelog-master.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsa223 authored Mar 1, 2024
1 parent 39bb276 commit e9d8337
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/db/changelog/db.changelog-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ databaseChangeLog:
file: db/changelog/changes/01-create-books-table.yaml
- include:
file: db/changelog/changes/02-create-users-table.yaml
- include:
file: db/changelog/changes/03-create-roles-table.yaml
- include:
file: db/changelog/changes/04-create-users-roles-table.yaml
- include:
file: db/changelog/changes/05-insert-into-roles-users-users_roles.yaml

0 comments on commit e9d8337

Please sign in to comment.