aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/main/resources/db/changelog/scripts/rel_18_10/10_ref_data_upd_dml.sql
blob: b589a9861b113f1b78ed11b1af8582c365b9ed5f (plain)
1
2
3
4
5
--liquibase formatted sql
--changeset service_param_update_sql:18_10.ref_update.sql

DELETE FROM SERVICE_PARAMETER where NAME='use_db_policy';
INSERT INTO SERVICE_PARAMETER(NAME, VALUE, CREATED_BY) VALUES ('use_db_policy','N','Initial');