forked from Hay1tsme/artemis
fix up revision tree to match cozynet's early support of luminous
This commit is contained in:
@ -11,7 +11,7 @@ import sqlalchemy as sa
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = "81e44dd6047a"
|
||||
down_revision = "6a7e8277763b"
|
||||
down_revision = "c143b80bd966"
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
@ -6,6 +6,7 @@ from sqlalchemy.engine.base import Connection
|
||||
from sqlalchemy.sql import text, func
|
||||
from sqlalchemy.exc import SQLAlchemyError
|
||||
from sqlalchemy import MetaData, Table, Column
|
||||
from sqlalchemy.engine import Row
|
||||
from sqlalchemy.types import Integer, String, TIMESTAMP, JSON, INTEGER, TEXT
|
||||
from sqlalchemy.schema import ForeignKey
|
||||
from sqlalchemy.dialects.mysql import insert
|
||||
|
Reference in New Issue
Block a user