From 0c28f7838356a4289de38bf5d95e08fd5015b22f Mon Sep 17 00:00:00 2001 From: deathmeat Date: Mon, 4 Jun 2007 13:28:34 +0000 Subject: [PATCH] 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 --- migration/320-trunk/009_add_MandatoryLogic.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/320-trunk/009_add_MandatoryLogic.sql b/migration/320-trunk/009_add_MandatoryLogic.sql index 9de7817207..5b6aea2357 100644 --- a/migration/320-trunk/009_add_MandatoryLogic.sql +++ b/migration/320-trunk/009_add_MandatoryLogic.sql @@ -61,7 +61,7 @@ INSERT INTO ad_field ad_column_id, isdisplayed, displaylength, isreadonly, 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, 'Mandatory Logic', 'Logic to determine if field is mandatory (applies only when field is not mandatory in general)',