-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix issue#444 and vetlog_master.sql #454
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
"homepage": "https://github.com/josdem/servizi-dog-template#readme", | ||
"dependencies": { | ||
"jquery": "^3.6.0", | ||
"bootstrap": "~3.3.7", | ||
"bootstrap": "~5.3", | ||
"font-awesome": "~4.1.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating boostrap version to the latest is the easy part, however we need to make sure it is compatible with the template we are using: servizi-dog-theme, as you can There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe i'm doing something wrong, but template looks same even with previous version (3.3.7) of bootstrap, when i deploy project locally There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I see, try to run this command: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
thats work, thanks! |
||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flyway works with a concept named migrations, the main advantage of doing this is to create a database evolution from the very first version to the current version. You do not need to create new tables in the
V1_vetlog_master.sql
since this is the first migration. You can know more about Flyway here: https://www.baeldung.com/database-migrations-with-flyway