diff --git a/migration/316-trunk/postgresql/004_fix_bug_1705164.sql b/migration/316-trunk/postgresql/004_fix_bug_1705164.sql new file mode 100644 index 0000000000..cdb77f4b9d --- /dev/null +++ b/migration/316-trunk/postgresql/004_fix_bug_1705164.sql @@ -0,0 +1,5 @@ +UPDATE AD_FIELD + SET issameline = 'N' + WHERE ad_field_id = 2204; + +COMMIT; \ No newline at end of file