You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;