christophertrudel / node_acl_knex

A Knex.js backend for node_acl
MIT License
46 stars 18 forks source link

missing "acl_roles" relation with node-acl 0.4.7 #8

Closed jfgirard closed 7 years ago

jfgirard commented 9 years ago

I'm testing your module with a Postgresql backend and have the following error: error: relation "acl_roles" does not exist when I do acl.addUserRoles. That table is not being created using backend.setup.

The error vanish if I use node-acl 0.4.3 instead of 0.4.7.

I looks like one more table is necessary.

carera commented 9 years ago

+1

dradux commented 8 years ago

+1

Snugug commented 8 years ago

+1

ttarnowski commented 7 years ago

+1

christophertrudel commented 7 years ago

https://github.com/christophertrudel/node_acl_knex/issues/17