From c1a57c5dc257c28cb51d1e33e2a479f35f0ea15b Mon Sep 17 00:00:00 2001 From: wght Date: Fri, 25 May 2007 17:38:04 +0000 Subject: [PATCH] Deleted 006_2pack_enhancements_printformat.sql and renamed to 008_2pack_enhancements_printformat.sql to keep in sequence. I also corrected bad sequence #'s that were being used by other sql scripts. --- ...intformat.sql => 008_2pack_enhancements_printformat.sql} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename migration/320-trunk/postgresql/{006_2pack_enhancements_printformat.sql => 008_2pack_enhancements_printformat.sql} (94%) diff --git a/migration/320-trunk/postgresql/006_2pack_enhancements_printformat.sql b/migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql similarity index 94% rename from migration/320-trunk/postgresql/006_2pack_enhancements_printformat.sql rename to migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql index 00830b6eb1..926130c562 100644 --- a/migration/320-trunk/postgresql/006_2pack_enhancements_printformat.sql +++ b/migration/320-trunk/postgresql/008_2pack_enhancements_printformat.sql @@ -11,7 +11,7 @@ INSERT INTO AD_COLUMN isencrypted, isselectioncolumn, ad_element_id, issyncdatabase, isalwaysupdateable ) - VALUES (50214, 0, 0, 'Y', + 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', @@ -31,11 +31,11 @@ INSERT INTO AD_FIELD displaylogic, displaylength, isreadonly, seqno, issameline, isheading, isfieldonly, isencrypted, entitytype ) - VALUES (50184, 0, 0, 'Y', + VALUES (50187, 0, 0, 'Y', TO_TIMESTAMP ('05/25/2007 19:51:35', 'MM/DD/YYYY HH24:MI:SS'), 100, TO_TIMESTAMP ('05/25/2007 19:52:28', 'MM/DD/YYYY HH24:MI:SS'), 100, 'PrintFormat', 'Print Format', 'Print Format', - 'Y', 50006, 50214, 'Y', + 'Y', 50006, 50217, 'Y', '@Type@=''PFT''', 22, 'N', 246, 'N', 'N', 'N', 'N', 'D' );