You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my working app with users and roles etc. No issues there.
Now I added bind_key to the users and roles (and the users_roles table) so that I can split it into a separate db. But I keep getting errors about not finding the users_roles table.
The other tables in my app also use a bind_key successfully. It's only when I added the bind_key to the users/roles/users_roles that I got issues.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello again,
I have my working app with users and roles etc. No issues there.
Now I added bind_key to the users and roles (and the users_roles table) so that I can split it into a separate db. But I keep getting errors about not finding the users_roles table.
The other tables in my app also use a bind_key successfully. It's only when I added the bind_key to the users/roles/users_roles that I got issues.
Any clues?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions