Add schema generation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user