Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "/Users/devon/.local/share/mise/shims/node"
},
"python.defaultInterpreterPath": "/Users/devon/.local/share/mise/shims/python"
"python.defaultInterpreterPath": "/Users/devon/.local/share/mise/installs/python/3.13.1/bin/python"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ If you set your JPA Hibernate ddl-auto property to "create" it will create the t
If you are not using automatic schema updates or Flyway, you can set up your database manually using the provided `schema.sql` file:

```bash
mysql -u username -p database_name < src/main/resources/schema.sql
mysql -u username -p database_name < db-scripts/mariadb-schema.sql
```

Flyway support will be coming soon. This will allow you to automatically update your database schema as you deploy new versions of your application.
Expand Down
File renamed without changes.