fix up revision tree to match cozynet's early support of luminous

This commit is contained in:
2024-06-23 00:37:27 +07:00
parent 08b6eec08a
commit eedae234c5
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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