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 (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
changes/31/40031/2
parent
16bd7180ce
commit
8dab7cc0e4
@ -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