Changes between Version 33 and Version 34 of RelationalDesign
- Timestamp:
- 09/26/25 14:36:07 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v33 v34 24 24 25 25 6. **project_thread** 26 (__**id#(thread)** , **title**, repo_url)26 (__**id#(thread)**__, **title**, repo_url) 27 27 28 28 7. **embeddable_thread** 29 (__**id#(thread)** )29 (__**id#(thread)**__) 30 30 31 31 8. **topic_thread** 32 (__**id#(embeddable_thread)** , **title**, referenced_by#(project_thread))32 (__**id#(embeddable_thread)**__, **title**, referenced_by#(project_thread)) 33 33 34 34 9. **topic_guidelines** … … 75 75 76 76 23. **project_request** 77 (__**id#(submission)** , **project_recieves#(project_thread)**__)77 (__**id#(submission)**__, **project_recieves#(project_thread)**__) 78 78 79 79 24. **feedback** 80 (__**submitted_for#(submission)** , description, **submission_type**, **created_at**, **written_by#(users)**)80 (__**submitted_for#(submission)**__, description, **submission_type**, **created_at**, **written_by#(users)**) 81 81 82 82 25. **report** 83 (__**id#(submission)** , **for_misconduct_in#(topic_thread)**__, **about#(users)**__)83 (__**id#(submission)**__, **for_misconduct_in#(topic_thread)**, **about#(users)**__) 84 84 85 85 26. **channel**