ID error. ad_field_id 50187 already exists and is used by a column called "PrintFormat"

Fixed to make use of teh next free id 50188
This commit is contained in:
deathmeat 2007-06-04 13:28:34 +00:00
parent 20e49ecefc
commit 0c28f78383
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ INSERT INTO ad_field
ad_column_id, isdisplayed, displaylength, isreadonly, ad_column_id, isdisplayed, displaylength, isreadonly,
issameline, isheading, isfieldonly, isencrypted, entitytype issameline, isheading, isfieldonly, isencrypted, entitytype
) )
VALUES (50187, 0, 0, 'Y', VALUES (50188, 0, 0, 'Y',
TO_DATE ('02/26/2007 12:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100, TO_DATE ('02/26/2007 12:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100,
TO_DATE ('02/26/2007 12:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100, TO_DATE ('02/26/2007 12:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100,
'Mandatory Logic', 'Logic to determine if field is mandatory (applies only when field is not mandatory in general)', 'Mandatory Logic', 'Logic to determine if field is mandatory (applies only when field is not mandatory in general)',