mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
fix: remove uniqueness for MySQL (#12185)
This commit is contained in:
@@ -45,7 +45,6 @@ def upgrade():
|
||||
sa.ForeignKeyConstraint(["changed_by_fk"], ["ab_user.id"],),
|
||||
sa.ForeignKeyConstraint(["created_by_fk"], ["ab_user.id"],),
|
||||
sa.PrimaryKeyConstraint("id"),
|
||||
sa.UniqueConstraint("bundle_url"),
|
||||
sa.UniqueConstraint("key"),
|
||||
sa.UniqueConstraint("name"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user