Changes between Version 30 and Version 31 of RelationalDesign
- Timestamp:
- 09/25/25 19:20:07 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v30 v31 41 41 (__**user_id#(users)**__, __**thread_id#(thread)**__) 42 42 43 12. **topic_thread s_moderators**43 12. **topic_thread_is_moderated_by_moderator** 44 44 (__**thread_id#(topic_thread)**__, __**user_id#(moderator)**__, **started_at**) 45 45 … … 47 47 (__**name**__, **creator_id#(users)**__) 48 48 49 14. **tag_ threads**49 14. **tag_assigned_to_thread** 50 50 (__**thread_id#(thread)**__, __**tag_name#(tag)**__) 51 51 … … 68 68 (__**role_id#(project_role)**__, __**permission_name#(permissions)**__, __**channel_id#(channel)**__) 69 69 70 21. ** users_project_roles**70 21. **project_role_is_assigned_to_developer** 71 71 (__**user_id#(developer)**__, __**role_id#(project_role)**__) 72 72 … … 75 75 76 76 23. **project_request** 77 (__**id#(submission)**, **project_id#( thread)**__)77 (__**id#(submission)**, **project_id#(project_thread)**__) 78 78 79 79 24. **feedback** … … 88 88 27. **messages** 89 89 (__**channel_name#(channel)**__, __**project_id#(project_thread)**__, __**sent_at**__, __**sent_by#(developer)**__, **content**) 90 90 91 91 92