Changes between Version 5 and Version 6 of RelationalDesign


Ignore:
Timestamp:
12/28/24 22:10:43 (4 weeks ago)
Author:
226026
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v5 v6  
    27279. **tag_threads** (__**thread_id#(thread)**__, __**tag_name#(tag)**__) 
    2828
    29 10. **topic_thread** (__***id#(thread)***__, **title**, guidelines, next_discussion_id, parent_topic_id#(thread)) 
     2910. **topic_thread** (__***id#(thread)***__, **title**, guidelines, parent_topic_id#(thread)) 
    3030
    313111. **topic_belongs_to_project** (__**topic_id#(thread)**__, __**project_id#(thread)**__) 
    3232
    33 12. **topic_blacklist** (__**topic_id#(thread)**__, __**user_id#(users)**__, __**moderator_id#(users)**__, __**start_date**__, end_date
     3312. **blacklisted_user** (__**topic_id#(thread)**__, __**user_id#(users)**__, __**moderator_id#(users)**__, __**start_date**__, end_date, reason
    3434
    353513. **project_thread** (__***id#(thread)***__, **title**, repo_url) 
    3636
    37 14. **discussion_thread** (__***id#(thread)***__, **user_id#(users)**, reply_discussion_id#(thread), topic_id#(thread)
     3714. **discussion_thread** (__***id#(thread)***__, **user_id#(users)**, reply_discussion_id#(thread), **topic_id#(thread)**
    3838
    393915. **developer_associated_with_project** (__**project_id#(thread)**__, __**developer_id#(users)**__, __**started_at**__, ended_at) 
     
    494920. **project_request** (__**id**__, description, **status**, **user_id#(users)**, **project_id#(thread)**) 
    5050
    51 21. **report** (__**id**__, created_at, description, status, **thread_id#(thread)**, **for_user_id#(users)**, **by_user_id#(users)**) 
     5121. **report** (__**id**__, created_at, **description**, status, **thread_id#(thread)**, **for_user_id#(users)**, **by_user_id#(users)**) 
    5252
    53 22. **channel** (__**name**__, description, logo_url, __***project_id#(thread)***__, **developer#(users)**) 
     5322. **channel** (__**name**__, description, __***project_id#(thread)***__, **developer#(users)**) 
    5454
    55 23. **messages** (__**sent_at**__, content, __***sent_by#(users)***__, __***project_id#(thread)***__, __***channel_name#(channel)***__) 
     5523. **messages** (__**sent_at**__, **content**, __***sent_by#(users)***__, __***project_id#(thread)***__, __***channel_name#(channel)***__) 
    5656
    5757
    5858== DDL скрипта за бришење и креирање на табелите
    5959[attachment:buildboard-ddl.sql]
     60== DML скрипта за полнење на табелите за податоци
     61== Историјат
    6062
    6163
     64