diff --git a/migration/320-trunk/008_2pack_enhancements_printformat.sql b/migration/320-trunk/008_2pack_enhancements_printformat.sql index ad002180db..a86e192e75 100644 --- a/migration/320-trunk/008_2pack_enhancements_printformat.sql +++ b/migration/320-trunk/008_2pack_enhancements_printformat.sql @@ -14,11 +14,11 @@ INSERT INTO AD_COLUMN VALUES (50217, 0, 0, 'Y', TO_DATE ('05/25/2007 19:48:41', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE ('05/25/2007 19:48:41', 'MM/DD/YYYY HH24:MI:SS'), 100, - 100, 'PrintFormat', 'Print Format', - 'Print Format', 0, 'D', 'AD_PrintFormat_ID', + 100, 'Print Format', 'Data Print Format', + 'The print format determines how data is rendered for print.', 0, 'D', 'AD_PrintFormat_ID', 50006, 19, 22, 'N', 'N', 'N', 'Y', 'N', 0, 'N', - 'N', 'N', 1752, 'N', + 'N', 'N', 1790, 'N', 'N' ); diff --git a/migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql b/migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql index 23b5c84718..64bdc847f9 100644 --- a/migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql +++ b/migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql @@ -14,11 +14,11 @@ INSERT INTO AD_COLUMN VALUES (50217, 0, 0, 'Y', TO_TIMESTAMP ('05/25/2007 19:48:41', 'MM/DD/YYYY HH24:MI:SS'), TO_TIMESTAMP ('05/25/2007 19:48:41', 'MM/DD/YYYY HH24:MI:SS'), 100, - 100, 'PrintFormat', 'Print Format', - 'Print Format', 0, 'D', 'AD_PrintFormat_ID', + 100, 'Print Format', 'Data Print Format', + 'The print format determines how data is rendered for print.', 0, 'D', 'AD_PrintFormat_ID', 50006, 19, 22, 'N', 'N', 'N', 'Y', 'N', 0, 'N', - 'N', 'N', 1752, 'N', + 'N', 'N', 1790, 'N', 'N' );