mirror of
https://github.com/apache/superset.git
synced 2026-06-02 06:09:21 +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