db-schema/db_scripts/diff/15545_not_replicated.up

8 lines
161 B

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;