Changes between Version 5 and Version 6 of RelationalDesign
- Timestamp:
- 12/28/24 22:10:43 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v5 v6 27 27 9. **tag_threads** (__**thread_id#(thread)**__, __**tag_name#(tag)**__) 28 28 29 10. **topic_thread** (__***id#(thread)***__, **title**, guidelines, next_discussion_id,parent_topic_id#(thread))29 10. **topic_thread** (__***id#(thread)***__, **title**, guidelines, parent_topic_id#(thread)) 30 30 31 31 11. **topic_belongs_to_project** (__**topic_id#(thread)**__, __**project_id#(thread)**__) 32 32 33 12. ** topic_blacklist** (__**topic_id#(thread)**__, __**user_id#(users)**__, __**moderator_id#(users)**__, __**start_date**__, end_date)33 12. **blacklisted_user** (__**topic_id#(thread)**__, __**user_id#(users)**__, __**moderator_id#(users)**__, __**start_date**__, end_date, reason) 34 34 35 35 13. **project_thread** (__***id#(thread)***__, **title**, repo_url) 36 36 37 14. **discussion_thread** (__***id#(thread)***__, **user_id#(users)**, reply_discussion_id#(thread), topic_id#(thread))37 14. **discussion_thread** (__***id#(thread)***__, **user_id#(users)**, reply_discussion_id#(thread), **topic_id#(thread)**) 38 38 39 39 15. **developer_associated_with_project** (__**project_id#(thread)**__, __**developer_id#(users)**__, __**started_at**__, ended_at) … … 49 49 20. **project_request** (__**id**__, description, **status**, **user_id#(users)**, **project_id#(thread)**) 50 50 51 21. **report** (__**id**__, created_at, description, status, **thread_id#(thread)**, **for_user_id#(users)**, **by_user_id#(users)**)51 21. **report** (__**id**__, created_at, **description**, status, **thread_id#(thread)**, **for_user_id#(users)**, **by_user_id#(users)**) 52 52 53 22. **channel** (__**name**__, description, logo_url,__***project_id#(thread)***__, **developer#(users)**)53 22. **channel** (__**name**__, description, __***project_id#(thread)***__, **developer#(users)**) 54 54 55 23. **messages** (__**sent_at**__, content, __***sent_by#(users)***__, __***project_id#(thread)***__, __***channel_name#(channel)***__)55 23. **messages** (__**sent_at**__, **content**, __***sent_by#(users)***__, __***project_id#(thread)***__, __***channel_name#(channel)***__) 56 56 57 57 58 58 == DDL скрипта за бришење и креирање на табелите 59 59 [attachment:buildboard-ddl.sql] 60 == DML скрипта за полнење на табелите за податоци 61 == Историјат 60 62 61 63 64