-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented function-for-checking-overdue-rentals (#8)
- Loading branch information
1 parent
857ecea
commit 4c04fd0
Showing
7 changed files
with
59 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/test/java/mate/academy/carsharing/CarSharingAppApplicationTests.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
193 changes: 0 additions & 193 deletions
193
src/test/java/mate/academy/carsharing/controller/CarControllerMethodSecurityTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
databaseChangeLog: | ||
- include: | ||
file: db/changelog/changes/01-create-cars-table.yaml | ||
- include: | ||
file: db/changelog/changes/02-create-roles-table.yaml | ||
- include: | ||
file: db/changelog/changes/03-create-users-table.yaml | ||
- include: | ||
file: db/changelog/changes/04-create-users_roles-table.yaml | ||
- include: | ||
file: db/changelog/changes/05-fill-roles-table.yaml | ||
- include: | ||
file: db/changelog/changes/06-create-rentals-table.yaml | ||
- include: | ||
file: db/changelog/changes/07-create-telegram_user_info-table.yaml |