From a1c02e5d6a0675b3b752334fafac205f6ded2ad3 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 28 Nov 2012 17:45:02 -0500 Subject: [PATCH] IDEMPIERE-393 Setup wizards / Fix oracle migration script --- migration/i1.0a-release/oracle/201211201820_SetupWizard.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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