Skip to content

Commit

Permalink
impl tests for book, category Service and Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsa223 committed Apr 9, 2024
1 parent 547c244 commit 2a9a0d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/db/changelog/db.changelog-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ databaseChangeLog:
file: db/changelog/changes/08-create-shopping-cart-table.yaml
- include:
file: db/changelog/changes/09-create-shopping-cart_items-table.yaml
- include:
file: db/changelog/changes/10-insert-into-books-table.yaml
- include:
file: db/changelog/changes/11-insert-categories.yaml
- include:
file: db/changelog/changes/12-insert-book-categories.yaml
# - include:
# file: db/changelog/changes/10-insert-into-books-table.yaml
# - include:
# file: db/changelog/changes/11-insert-categories.yaml
# - include:
# file: db/changelog/changes/12-insert-book-categories.yaml
- include:
file: db/changelog/changes/13-create-orders-table.yaml
- include:
file: db/changelog/changes/14-create-order_items-table.yaml
- include:
file: db/changelog/changes/15-insert-shoppingcart.yaml
- include:
file: db/changelog/changes/16-insert-cartitems.yaml
# - include:
# file: db/changelog/changes/15-insert-shoppingcart.yaml
# - include:
# file: db/changelog/changes/16-insert-cartitems.yaml

0 comments on commit 2a9a0d7

Please sign in to comment.