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.down

8 lines
180 B

USE fileshare;
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`;