fix tworzenia baz

This commit is contained in:
Mateusz Gruszczyński
2025-07-30 09:48:28 +02:00
parent b8fe02c96f
commit e25ea1e4fb
3 changed files with 66 additions and 69 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
flask db upgrade 2>/dev/null || flask create_db
flask db upgrade 2>/dev/null || flask db_info
exec python app.py