In my database schemas, normally, I use a standardized naming system for all my tables. Symfony, and I guess, ACL itself, use a particular names for his tables in his schema.
This is the default name for the tables:
- acl_security_identities
- acl_classes
- acl_object_identities
- acl_object_identity_ancestors
- acl_entries
Is there any way to change the names for those tables?