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
This commit is contained in:
Carlos Ruiz 2011-03-26 01:46:16 -05:00
parent 090f1ba144
commit b69f03010b
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
alter table c_allocationline drop column posted;

View File

@ -0,0 +1 @@
alter table c_allocationline drop column posted;