diff --git a/migration/i1.0a-release/oracle/201211201820_SetupWizard.sql b/migration/i1.0a-release/oracle/201211201820_SetupWizard.sql index 7a96336690..82fb6cc1cc 100644 --- a/migration/i1.0a-release/oracle/201211201820_SetupWizard.sql +++ b/migration/i1.0a-release/oracle/201211201820_SetupWizard.sql @@ -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