Initialize the db for fixsequences
This commit is contained in:
parent
40cae5751a
commit
45e7c94586
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import logging
|
||||||
|
|
||||||
from peewee import IntegrityError, CharField
|
from peewee import IntegrityError, CharField
|
||||||
|
|
||||||
|
from app import app
|
||||||
from data.database import BaseModel
|
from data.database import BaseModel
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue