This commit is contained in:
parent
a349ad9fc9
commit
7a8bd45e56
@ -48,7 +48,7 @@ if db_host:
|
|||||||
'pool_recycle': 200
|
'pool_recycle': 200
|
||||||
}
|
}
|
||||||
db = SQLAlchemy(app)
|
db = SQLAlchemy(app)
|
||||||
from .models import *
|
from .models import create_all
|
||||||
|
|
||||||
create_all()
|
create_all()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user