From a151a4377a890e3c71858efbd672ea852e8e33fe Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 7 Jan 2008 23:21:28 +0000 Subject: [PATCH] Fix bug [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID --- migration/331b-trunk/057_BF1866222.sql | 3 +++ migration/331b-trunk/postgresql/057_BF1866222.sql | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 migration/331b-trunk/057_BF1866222.sql create mode 100644 migration/331b-trunk/postgresql/057_BF1866222.sql diff --git a/migration/331b-trunk/057_BF1866222.sql b/migration/331b-trunk/057_BF1866222.sql new file mode 100644 index 0000000000..7ee6053285 --- /dev/null +++ b/migration/331b-trunk/057_BF1866222.sql @@ -0,0 +1,3 @@ +-- [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID +UPDATE AD_COLUMN SET defaultvalue = NULL +WHERE ad_column_id = 5521; \ No newline at end of file diff --git a/migration/331b-trunk/postgresql/057_BF1866222.sql b/migration/331b-trunk/postgresql/057_BF1866222.sql new file mode 100644 index 0000000000..7ee6053285 --- /dev/null +++ b/migration/331b-trunk/postgresql/057_BF1866222.sql @@ -0,0 +1,3 @@ +-- [ 1866222 ] Wrong default dictionary entry for C_CashBook.C_Currency_ID +UPDATE AD_COLUMN SET defaultvalue = NULL +WHERE ad_column_id = 5521; \ No newline at end of file