def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.create_index('public_tags_value1_idx', 'tags', ['value'], unique=False)
op.create_index('public_tags_project_id0_idx', 'tags', ['project_id'], unique=False)
op.drop_index(op.f('ix_tags_value'), table_name='tags')
op.drop_index(op.f('ix_tags_project_id'), table_name='tags')
op.create_table('wikicomment',
sa.Column('id', sa.INTEGER(), nullable=False),
sa.Column('link', sa.VARCHAR(length=255), autoincrement=False, nullable=True),
sa.Column('users_id', sa.INTEGER(), autoincrement=False, nullable=True),
sa.Column('datetimeon', postgresql.TIMESTAMP(), autoincrement=False, nullable=True),
sa.Column('content', sa.TEXT(), autoincrement=False, nullable=True),
sa.PrimaryKeyConstraint('id', name='wikicomment_pkey')
)
### end Alembic commands ###
c4e6d5863a94_removing_unused_tables_adding_tag_index.py 文件源码
python
阅读 28
收藏 0
点赞 0
评论 0
评论列表
文章目录