From 16440e6cfe9253b9f2569ba9b90309792c73d9a2 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 5 Mar 2007 05:41:14 +0000 Subject: [PATCH] * [ 1673789 ] Error saving Language --- migration/315-trunk/002_fix_language_key.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migration/315-trunk/002_fix_language_key.sql diff --git a/migration/315-trunk/002_fix_language_key.sql b/migration/315-trunk/002_fix_language_key.sql new file mode 100644 index 0000000000..546a11f2ee --- /dev/null +++ b/migration/315-trunk/002_fix_language_key.sql @@ -0,0 +1,5 @@ +UPDATE ad_column + SET iskey = 'N' + WHERE ad_column_id = 203; + +COMMIT ;