From b69f03010be6e810d38fe1fd419493d659ac6da3 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 26 Mar 2011 01:46:16 -0500 Subject: [PATCH] Partial fix for [2866216] Dictionary vs Database ERRORS http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866216&group_id=176962 drop c_allocationline.posted column that is causing problems in some installations --- .../oracle/780_BF2866216_drop_c_allocationline_posted.sql | 1 + .../postgresql/780_BF2866216_drop_c_allocationline_posted.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 migration/360lts-release/oracle/780_BF2866216_drop_c_allocationline_posted.sql create mode 100644 migration/360lts-release/postgresql/780_BF2866216_drop_c_allocationline_posted.sql diff --git a/migration/360lts-release/oracle/780_BF2866216_drop_c_allocationline_posted.sql b/migration/360lts-release/oracle/780_BF2866216_drop_c_allocationline_posted.sql new file mode 100644 index 0000000000..c70aeea4cd --- /dev/null +++ b/migration/360lts-release/oracle/780_BF2866216_drop_c_allocationline_posted.sql @@ -0,0 +1 @@ +alter table c_allocationline drop column posted; \ No newline at end of file diff --git a/migration/360lts-release/postgresql/780_BF2866216_drop_c_allocationline_posted.sql b/migration/360lts-release/postgresql/780_BF2866216_drop_c_allocationline_posted.sql new file mode 100644 index 0000000000..c70aeea4cd --- /dev/null +++ b/migration/360lts-release/postgresql/780_BF2866216_drop_c_allocationline_posted.sql @@ -0,0 +1 @@ +alter table c_allocationline drop column posted; \ No newline at end of file