Skip to content

Commit 84a5ea4

Browse files
committed
Migrate schema.sql from resources to db-scripts directory
1 parent 761f92e commit 84a5ea4

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
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
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you set your JPA Hibernate ddl-auto property to "create" it will create the t
9191
If 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

9797
Flyway support will be coming soon. This will allow you to automatically update your database schema as you deploy new versions of your application.

0 commit comments

Comments
 (0)