IDEMPIERE-1644 / fix failing oracle migration script

This commit is contained in:
Carlos Ruiz 2013-12-28 12:58:07 -05:00
parent 56f7a0c200
commit abb949949c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ UPDATE AD_Column SET FieldLength=60,Updated=TO_DATE('2013-12-26 12:22:23','YYYY-
-- Dec 26, 2013 12:22:34 PM MYT
-- IDEMPIERE-1644 Length 22 for AD_PrintFormatItem.FormatPattern is too short
ALTER TABLE AD_PrintFormatItem MODIFY FormatPattern VARCHAR2(60) DEFAULT NULL
ALTER TABLE AD_PrintFormatItem MODIFY FormatPattern NVARCHAR2(60) DEFAULT NULL
;
SELECT register_migration_script('201312260552_IDEMPIERE-1644.sql') FROM dual