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