-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roles refactoring: Add new project_member table, update getter/setter… #319
Roles refactoring: Add new project_member table, update getter/setter… #319
Conversation
… for project role
…es-refactor-db-migration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi guys, I've reviewed the migration script thoroughly but have not looked at any other part of the MR.
Some other thoughts:
- we should ensure an upgrade/downgrade cycle results in exactly the same states for the tables affected
- do we need to grant any permissions on new tables, or these will be taken care of automaticlaly with default schema permissions?
server/migrations/community/d02961c7416c_add_project_member_table.py
Outdated
Show resolved
Hide resolved
server/migrations/community/d02961c7416c_add_project_member_table.py
Outdated
Show resolved
Hide resolved
server/migrations/community/d02961c7416c_add_project_member_table.py
Outdated
Show resolved
Hide resolved
server/migrations/community/d02961c7416c_add_project_member_table.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downgrade, upgrade working for my local data. I also checked if everything is ok with data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good from my side
Resolves https://github.com/MerginMaps/server-private/issues/2586