mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
Update database schema and add signup_date, last_login, and role columns to user table
This commit is contained in:
parent
f0eb5441f0
commit
2249052ab7
10 changed files with 456 additions and 2 deletions
|
@ -29,6 +29,9 @@ run_sql_scripts() {
|
|||
echo "Starting AdventureLog"
|
||||
|
||||
# Wait for the database to start up
|
||||
if (!$SKIP_DB_WAIT); then
|
||||
wait_for_db
|
||||
fi
|
||||
wait_for_db
|
||||
|
||||
# generate the schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue