mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-08 20:42:11 +08:00
Tidy
This commit is contained in:
parent
7f7b3f1695
commit
7d5160f92c
@ -20,7 +20,6 @@ depends_on: Union[str, Sequence[str], None] = None
|
|||||||
|
|
||||||
def upgrade() -> None:
|
def upgrade() -> None:
|
||||||
"""Upgrade schema."""
|
"""Upgrade schema."""
|
||||||
# ### commands auto generated by Alembic - please adjust! ###
|
|
||||||
op.create_table('model',
|
op.create_table('model',
|
||||||
sa.Column('type', sa.Text(), nullable=False),
|
sa.Column('type', sa.Text(), nullable=False),
|
||||||
sa.Column('path', sa.Text(), nullable=False),
|
sa.Column('path', sa.Text(), nullable=False),
|
||||||
@ -32,7 +31,6 @@ def upgrade() -> None:
|
|||||||
sa.Column('date_added', sa.DateTime(), server_default=sa.text('(CURRENT_TIMESTAMP)'), nullable=True),
|
sa.Column('date_added', sa.DateTime(), server_default=sa.text('(CURRENT_TIMESTAMP)'), nullable=True),
|
||||||
sa.PrimaryKeyConstraint('type', 'path')
|
sa.PrimaryKeyConstraint('type', 'path')
|
||||||
)
|
)
|
||||||
# ### end Alembic commands ###
|
|
||||||
|
|
||||||
|
|
||||||
def downgrade() -> None:
|
def downgrade() -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user