diff --git a/migration/340s-trunk/144_BF1939115.sql b/migration/340s-trunk/144_BF1939115.sql new file mode 100644 index 0000000000..f354deb079 --- /dev/null +++ b/migration/340s-trunk/144_BF1939115.sql @@ -0,0 +1,4 @@ +-- [ 1939115 ] Problem with too agresive change log default + +/* SYSTEM_INSERT_CHANGELOG */ +UPDATE AD_SYSCONFIG SET VALUE = 'K' WHERE AD_SysConfig_ID=50015; \ No newline at end of file diff --git a/migration/340s-trunk/postgresql/144_BF1939115.sql b/migration/340s-trunk/postgresql/144_BF1939115.sql new file mode 100644 index 0000000000..f354deb079 --- /dev/null +++ b/migration/340s-trunk/postgresql/144_BF1939115.sql @@ -0,0 +1,4 @@ +-- [ 1939115 ] Problem with too agresive change log default + +/* SYSTEM_INSERT_CHANGELOG */ +UPDATE AD_SYSCONFIG SET VALUE = 'K' WHERE AD_SysConfig_ID=50015; \ No newline at end of file