IDEMPIERE-393 Setup wizards / Fix oracle migration script

This commit is contained in:
Carlos Ruiz 2012-11-28 17:45:02 -05:00
parent beb0b209e8
commit a1c02e5d6a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
--Nov 22, 2012 3:39:39 PM COT
-- IDEMPIERE-393 Setup wizards
ALTER TABLE AD_WizardProcess ADD COLUMN AD_User_ID NUMERIC(10) DEFAULT NULL
ALTER TABLE AD_WizardProcess ADD (AD_User_ID NUMERIC(10) DEFAULT NULL)
;
-- Nov 15, 2012 5:07:01 PM COT