Fix migration.
This commit is contained in:
parent
12e646134e
commit
7947ebd81f
@ -13,7 +13,7 @@ down_revision = None
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
from accountant.api.models.scheduled_operations import ScheduledOperation
|
||||
from accountant.models.scheduled_operations import ScheduledOperation
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
Loading…
Reference in New Issue
Block a user