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:
parent
090f1ba144
commit
b69f03010b
|
@ -0,0 +1 @@
|
|||
alter table c_allocationline drop column posted;
|
|
@ -0,0 +1 @@
|
|||
alter table c_allocationline drop column posted;
|
Loading…
Reference in New Issue