psecio / gatekeeper

Gatekeeper: An Authentication & Authorization Library
366 stars 23 forks source link

Relations #59

Open Swader opened 8 years ago

Swader commented 8 years ago

Seeing as MySQL is pretty much hardcoded into Gatekeeper and in this state it will never be able to support another SQL engine, no matter how similar, I wonder why foreign relations and constraints are created during the first setup migration? As is, when deleting users or groups, the relations stick around, polluting the database with leftovers.

Swader commented 8 years ago

Related to #47 (forgot I already posted about this)