Author: sevein
Date: Mon Dec 7 11:56:48 2009
New Revision: 4111
Log:
Cosmetic changes.
Modified:
trunk/plugins/qbAclPlugin/config/schema.yml
Modified: trunk/plugins/qbAclPlugin/config/schema.yml
==============================================================================
--- trunk/plugins/qbAclPlugin/config/schema.yml Mon Dec 7 10:51:39 2009
(r4110)
+++ trunk/plugins/qbAclPlugin/config/schema.yml Mon Dec 7 11:56:48 2009
(r4111)
@@ -4,7 +4,7 @@
acl_action:
_attributes: { phpName: aclAction }
id: ~
-
+
acl_action_i18n:
_attributes: { phpName: aclActionI18n }
name: { type: varchar, size: 255, required: true, index: unique }
@@ -14,11 +14,11 @@
_attributes: { phpName: aclGroup }
id: ~
parent_id: { type: integer, foreignTable: acl_group,
foreignReference: id, onDelete: cascade }
- lft: { type: integer, required: true, nestedSetLeftKey: true }
- rgt: { type: integer, required: true, nestedSetRightKey: true }
+ lft: { type: integer, required: true, nestedSetLeftKey: true }
+ rgt: { type: integer, required: true, nestedSetRightKey: true }
created_at:
updated_at:
-
+
acl_group_i18n:
_attributes: { phpName: aclGroupI18n }
name: { type: varchar, size: 255, required: true }
@@ -33,7 +33,7 @@
action_id: { type: integer, required: true, foreignTable: acl_action,
foreignReference: id, onDelete: cascade }
grant_deny: { type: integer, required: true, default: 0 }
conditional: { type: longvarchar }
- constants: { type: longvarchar }
+ constants: { type: longvarchar }
created_at:
updated_at:
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.