You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15706_not_replicated.down

9 lines
199 B

USE fileshare;
SET sql_log_bin=0;
ALTER TABLE `uploads`
DROP FOREIGN KEY `u_subscriber_id_ref`,
DROP COLUMN `subscriber_id`,
DROP FOREIGN KEY `u_reseller_id_ref`,
DROP COLUMN `reseller_id`;