mirror of https://github.com/sipwise/db-schema.git
* fileshare is not replicated by default therefore the script breaks replication and it is converted to not_replicated to address that. Change-Id: I52f59630f92f4b9c901a84a296cd9e53442f5c0cmr10.3.1
parent
4145e46ef0
commit
20fb43b43e
@ -1,4 +1,5 @@
|
||||
USE fileshare;
|
||||
SET sql_log_bin=0;
|
||||
|
||||
ALTER TABLE `uploads`
|
||||
DROP FOREIGN KEY `u_subscriber_id_ref`,
|
@ -1,4 +1,5 @@
|
||||
USE fileshare;
|
||||
SET sql_log_bin=0;
|
||||
|
||||
ALTER TABLE `uploads`
|
||||
ADD COLUMN `subscriber_id` INT UNSIGNED DEFAULT NULL,
|
Loading…
Reference in new issue