TT#151700 15706 convert to not_replicated

* fileshare is not replicated by default therefore the script
  breaks replication and it is converted to not_replicated to
  address that.

Change-Id: I52f59630f92f4b9c901a84a296cd9e53442f5c0c
mr10.3.1
Kirill Solomko 3 years ago
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…
Cancel
Save