Author: allyb
Date: 2010-02-16 16:48:03 +0100 (Tue, 16 Feb 2010)
New Revision: 28058
Modified:
plugins/sfEasyAuthPlugin/trunk/config/schema.yml
Log:
Added indexes on the credential and profile_id columns
Modified: plugins/sfEasyAuthPlugin/trunk/config/schema.yml
===================================================================
--- plugins/sfEasyAuthPlugin/trunk/config/schema.yml 2010-02-16 15:48:01 UTC
(rev 28057)
+++ plugins/sfEasyAuthPlugin/trunk/config/schema.yml 2010-02-16 15:48:03 UTC
(rev 28058)
@@ -36,5 +36,5 @@
required: true
onDelete: cascade
primaryKey: true
- credential: { type: varchar(60), required: true, primaryKey: true }
- profile_id: { type: integer, required: false, default: null }
+ credential: { type: varchar(60), required: true, primaryKey: true, index:
true }
+ profile_id: { type: integer, required: false, default: null, index: true }
--
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.