From 6d2673ca3f6351bfc45c1e4e1bbcb17d2aaa7916 Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Sat, 11 Oct 2025 15:05:34 +0800 Subject: [PATCH] add: language for banner --- ..._1442-3993fd9e9c2f_add_table_explore_banner_and_trial.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/migrations/versions/2025_10_11_1442-3993fd9e9c2f_add_table_explore_banner_and_trial.py b/api/migrations/versions/2025_10_11_1442-3993fd9e9c2f_add_table_explore_banner_and_trial.py index 46267992f4..4d7e27acdc 100644 --- a/api/migrations/versions/2025_10_11_1442-3993fd9e9c2f_add_table_explore_banner_and_trial.py +++ b/api/migrations/versions/2025_10_11_1442-3993fd9e9c2f_add_table_explore_banner_and_trial.py @@ -61,17 +61,11 @@ def upgrade(): type_=sa.String(length=255), existing_nullable=True) - with op.batch_alter_table('providers', schema=None) as batch_op: - batch_op.drop_column('credential_status') - # ### end Alembic commands ### def downgrade(): # ### commands auto generated by Alembic - please adjust! ### - with op.batch_alter_table('providers', schema=None) as batch_op: - batch_op.add_column(sa.Column('credential_status', sa.VARCHAR(length=20), server_default=sa.text("'active'::character varying"), autoincrement=False, nullable=True)) - with op.batch_alter_table('datasource_providers', schema=None) as batch_op: batch_op.alter_column('avatar_url', existing_type=sa.String(length=255),