finish for init core
This commit is contained in:
5
fuware/db/init_db.py
Normal file
5
fuware/db/init_db.py
Normal file
@ -0,0 +1,5 @@
|
||||
from db_setup import engine
|
||||
from models._model_base import Model
|
||||
from models.users import *
|
||||
|
||||
Model.metadata.create_all(bind=engine)
|
Reference in New Issue
Block a user