Author: rogerrut
Date: Thu Dec  8 15:24:27 2005
New Revision: 355272

URL: http://svn.apache.org/viewcvs?rev=355272&view=rev
Log:
REALM field can be NULL. Removed NOT NULL restriction

Modified:
    portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql

Modified: portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql?rev=355272&r1=355271&r2=355272&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql Thu Dec  
8 15:24:27 2005
@@ -85,7 +85,7 @@
     FORM_AUTH INTEGER default 0,
     FORM_USER_FIELD VARCHAR(128),
     FORM_PWD_FIELD VARCHAR(128),
-    REALM VARCHAR(128) NOT NULL,
+    REALM VARCHAR(128),
     
     PRIMARY KEY(SITE_ID),
     UNIQUE (URL));



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to