push:mysql dropping unique index
i think drizzle generates the following when it needs to drop a unique index
this doesn't work - i think it should be
this doesn't work - i think it should be
ALTER TABLE `stage` DROP CONSTRAINT `name`;alter table `stage` drop key `name`