mirror of https://github.com/sipwise/db-schema.git
A regression found in mr7.5 forced to apply an up script only in that specific version (commitchanges/41/40041/15580ed34
). 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 commit8dab7cc0e4
)
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…
Reference in new issue