Hi, I have accessed the MariaDB instance, but I'm unsure exactly how to add another user to my organization, could I have some assistance?
Both me and the other user are registered, all that's missing is adding the other person to my organization.
Well, If I remember it well, it's not only adding, but also adding permissions
There is a table called console memberships. I think it was that table where the user should be added.
Why not adding it through the console directly instead?
I highly suggest performing backups just in case and being careful as making manual modifications could affect security if not done properly
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...