1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00

Update startup.sh script

This commit is contained in:
Sean Morley 2024-04-12 14:26:30 +00:00
parent b0b8a2794b
commit 0d84445791

View file

@ -32,7 +32,7 @@ echo "Starting AdventureLog"
wait_for_db
# generate the schema
npm run generate
# npm run generate
# Run database migration
npm run migrate