From 50ecd9516715014d00637ea86ea44d2e3187b31f Mon Sep 17 00:00:00 2001 From: deathmeat Date: Sun, 22 Apr 2007 15:22:51 +0000 Subject: [PATCH] Ported script to postgresql, tested and it's working --- migration/316-trunk/postgresql/004_fix_bug_1705164.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migration/316-trunk/postgresql/004_fix_bug_1705164.sql 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