Author: allyb
Date: 2010-01-14 16:01:17 +0100 (Thu, 14 Jan 2010)
New Revision: 26634

Modified:
   plugins/sfEasyAuthPlugin/trunk/config/schema.yml
Log:
Profile IDs now default to null

Modified: plugins/sfEasyAuthPlugin/trunk/config/schema.yml
===================================================================
--- plugins/sfEasyAuthPlugin/trunk/config/schema.yml    2010-01-14 14:41:33 UTC 
(rev 26633)
+++ plugins/sfEasyAuthPlugin/trunk/config/schema.yml    2010-01-14 15:01:17 UTC 
(rev 26634)
@@ -27,7 +27,7 @@
       inheritance:
         admin: sfEasyAuthAdmin
         member: sfEasyAuthMember                         # do NOT create a 
class called 'user'  or sfEasyAuthUser
-    profile_id:  { type: integer, default: 0, index: true }
+    profile_id:  { type: integer, required: false, index: true }
         
   sf_easy_auth_user_credential:
     _attributes:    { phpName: sfEasyAuthUserCredential }
@@ -39,4 +39,4 @@
       required: true
       index: true
     credential:  { type: varchar(60), required: true }
-    profile_id:  { type: integer, default: 0, index: unique }
+    profile_id:  { type: integer, required: false, index: unique }

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to