TT#80652 Add dummy up script to preserve the id

A regression found in mr7.5 forced to apply an up script only
in that specific version (commit 5580ed34).
The commit is to create a dummy up script in order to keep the
ids consistent in all the versions.

Change-Id: I3d16a9edc3791ac030018ba95c4704388b5e4066
(cherry picked from commit 8dab7cc0e4)
changes/41/40041/1
Marco Capetta 5 years ago
parent 9fed477739
commit ebe6ca9944

@ -0,0 +1,8 @@
USE provisioning;
SET AUTOCOMMIT=0;
SET sql_log_bin=0;
# Dummy up script to preserve the id.
# The up script has to be deployed only in mr7.5 versions.
COMMIT;
Loading…
Cancel
Save