mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 05:05:17 +02:00
Add schema generation
This commit is contained in:
parent
fe042f3a5b
commit
257e2555bc
3 changed files with 20 additions and 19 deletions
|
@ -17,6 +17,9 @@ echo "Starting AdventureLog"
|
|||
# Wait for the database to start up
|
||||
wait_for_db
|
||||
|
||||
# generate the schema
|
||||
npm run generate
|
||||
|
||||
# Run database migration
|
||||
npm run migrate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue