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.

This commit is contained in:
wght 2007-05-25 17:38:04 +00:00
parent 98721dbcf2
commit c1a57c5dc2
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ INSERT INTO AD_COLUMN
isencrypted, isselectioncolumn, ad_element_id, issyncdatabase, isencrypted, isselectioncolumn, ad_element_id, issyncdatabase,
isalwaysupdateable 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'),
TO_TIMESTAMP ('05/25/2007 19:48:41', 'MM/DD/YYYY HH24:MI:SS'), 100, TO_TIMESTAMP ('05/25/2007 19:48:41', 'MM/DD/YYYY HH24:MI:SS'), 100,
100, 'PrintFormat', 'Print Format', 100, 'PrintFormat', 'Print Format',
@ -31,11 +31,11 @@ INSERT INTO AD_FIELD
displaylogic, displaylength, isreadonly, seqno, issameline, displaylogic, displaylength, isreadonly, seqno, issameline,
isheading, isfieldonly, isencrypted, entitytype 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:51:35', 'MM/DD/YYYY HH24:MI:SS'), 100,
TO_TIMESTAMP ('05/25/2007 19:52:28', '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', 'PrintFormat', 'Print Format', 'Print Format',
'Y', 50006, 50214, 'Y', 'Y', 50006, 50217, 'Y',
'@Type@=''PFT''', 22, 'N', 246, 'N', '@Type@=''PFT''', 22, 'N', 246, 'N',
'N', 'N', 'N', 'D' 'N', 'N', 'N', 'D'
); );