-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
BREAKING CHANGE: rename database objects #182
Conversation
…ocol person -> user work_package -> task post -> message thread -> message_tree
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.
Couple of issues, other looks good
Have tested web up to this point / looked for anything to rename on the web side. No issues so far. (Shows we have some work to do to hooking up the website to the api) |
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.
huge props, thank you very much!
closes #124 |
…ange_182 Fixes for breaking changes in #182
This should complete the work started by @alexandrelefourner to rename several database objects/models.
person -> user
work_package -> task
post -> message
thread -> message_tree