File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "debug.javascript.defaultRuntimeExecutable" : {
1010 "pwa-node" : " /Users/devon/.local/share/mise/shims/node"
1111 },
12- "python.defaultInterpreterPath" : " /Users/devon/.local/share/mise/shims /python"
12+ "python.defaultInterpreterPath" : " /Users/devon/.local/share/mise/installs/python/3.13.1/bin /python"
1313}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ If you set your JPA Hibernate ddl-auto property to "create" it will create the t
9191If you are not using automatic schema updates or Flyway, you can set up your database manually using the provided ` schema.sql ` file:
9292
9393``` bash
94- mysql -u username -p database_name < src/main/resources/ schema.sql
94+ mysql -u username -p database_name < db-scripts/mariadb- schema.sql
9595```
9696
9797Flyway support will be coming soon. This will allow you to automatically update your database schema as you deploy new versions of your application.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments