mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Переход на postgresql
This commit is contained in:
7
runscripts/postgres/initdb.sh
Normal file
7
runscripts/postgres/initdb.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
set echo off
|
||||
|
||||
export FLASK_APP=dyxless
|
||||
|
||||
flask db init
|
||||
flask db migrate
|
||||
flask db upgrade
|
||||
Reference in New Issue
Block a user