IDEMPIERE-1878:Printformat name in login language

This commit is contained in:
hieplq 2014-07-02 09:18:18 +07:00
parent b6b04612ad
commit 1024db2d14
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,11 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
ALTER TABLE AD_PrintFormat_Trl DROP CONSTRAINT AD_PrintFormat_Trl_Key
;
ALTER TABLE AD_PrintFormat_Trl ADD CONSTRAINT AD_PrintFormat_Trl_Key PRIMARY KEY (AD_PrintFormat_ID, AD_Language)
;
SELECT register_migration_script('201407021604_IDEMPIERE-1878-wrong-key.sql') FROM dual
;

View File

@ -0,0 +1,10 @@
-- May 27, 2014 10:33:16 PM ICT
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
ALTER TABLE AD_PrintFormat_Trl DROP CONSTRAINT AD_PrintFormat_Trl_Key
;
ALTER TABLE AD_PrintFormat_Trl ADD CONSTRAINT AD_PrintFormat_Trl_Key PRIMARY KEY (AD_PrintFormat_ID, AD_Language)
;
SELECT register_migration_script('201407021604_IDEMPIERE-1878-wrong-key.sql') FROM dual
;