mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-02 23:43:12 +00:00
Move routes to own folder
This commit is contained in:
parent
7b86a6b6bb
commit
c1f8f67e64
9 changed files with 63 additions and 44 deletions
|
@ -8,7 +8,7 @@ then
|
|||
fi
|
||||
|
||||
# Check if there are any changes to the database
|
||||
if ! $(flask --app website db check | grep -q "No changes in schema detected.");
|
||||
if ! $(flask --app website db check) | grep -q "No changes in schema detected.";
|
||||
then
|
||||
echo "Database changes detected! Migrating..."
|
||||
flask --app website db migrate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue