Changes between Version 17 and Version 18 of RelationalDesign


Ignore:
Timestamp:
02/12/25 17:59:43 (10 days ago)
Author:
225144
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v17 v18  
    1717
    18185. **thread** (__**id**__, content, **user_id#(users)**, **created_at**)
     196. **embeddable_thread** (**__id__**#(thread))
    1920
    20 6. **topic_thread** (**title**, parent_id#(thread), __**id#(thread)**__)
     217. **topic_thread** (**title**, parent_id#(project_thread), __**id#(embeddable_thread)**__)
    2122
    22 7. **topic_guidelines** (__**id**__, __**topic_id#(topic_thread)**__, description)
     238. **topic_guidelines** (__**id**__, __**topic_id#(topic_thread)**__, description)
    2324
    24 8. **discussion_thread** (**parent_id**, __**id#(thread)**__)
     259. **discussion_thread** (**parent_id**#(embeddable_thread), __**id#(embeddable_thread)**__)
    2526
    26 9. **project_thread** (**title**, repo_url, __**id#(thread)**__)
     2710. **project_thread** (**title**, repo_url, __**id#(thread)**__)
    2728
    28 10. **likes** (__**user_id#(users)**__, __**thread_id#(thread)**__)
     2911. **likes** (__**user_id#(users)**__, __**thread_id#(thread)**__)
    2930
    30 11. **topic_threads_moderators** (__**thread_id#(thread)**__, __**user_id#(users)**__,started_at)
     3112. **topic_threads_moderators** (__**thread_id#(thread)**__, __**user_id#(users)**__,**started_at**)
    3132
    32 12. **tag** (__**name**__,**creator_id**#(users))
     3313. **tag** (__**name**__,**creator_id**#(moderator))
    3334
    34 13. **tag_threads** (__**thread_id#(thread)**__, __**tag_name#(tag)**__)
     3514. **tag_threads** (__**thread_id#(thread)**__, __**tag_name#(tag)**__)
    3536
    36 14. **topic_belongs_to_project** (__**topic_id#(thread)**__, __**project_id#(thread)**__)
     3715. **topic_belongs_to_project** (__**topic_id#(thread)**__, __**project_id#(thread)**__)
    3738
    38 15. **blacklisted_user** (__**topic_id#(thread)**__, __**user_id#(users)**__, __**moderator_id#(users)**__, __**start_date**__, end_date, reason)
     3916. **blacklisted_user** (__**topic_id#(thread)**__, __**user_id#(users)**__, __**moderator_id#(users)**__, __**start_date**__, end_date, reason)
    3940
    40 16. **developer_associated_with_project** (__**project_id#(thread)**__, __**developer_id#(users)**__, __**started_at**__, ended_at)
     4117. **developer_associated_with_project** (__**project_id#(thread)**__, __**developer_id#(users)**__, __**started_at**__, ended_at)
    4142
    42 17. **permissions** (__**name**__)
     4318. **permissions** (__**name**__)
    4344
    44 18. **project_roles** (__**name**__, __**project_id#**__(thread), description)
     4519. **project_roles** (__**name**__, __**project_id#**__(thread), description)
    4546
    46 19. **users_project_roles** (__**user_id#(users)**__, __**project_id#(project_roles)**__, __**role_name#(project_roles)**__)
     4720. **users_project_roles** (__**user_id#(users)**__, __**project_id#(project_roles)**__, __**role_name#(project_roles)**__)
    4748
    48 20. **project_roles_permissions** (__**permission_name#(permissions)**__, __**role_name#(project_roles)**__, __**project_id#(project_roles)**__)
     4921. **project_roles_permissions** (__**permission_name#(permissions)**__, __**role_name#(project_roles)**__, __**project_id#(project_roles)**__)
    4950
    50 21. **submission** (__**id**__,**created_at**,description,**status**,**created_by#(users)**)
     5122. **submission** (__**id**__,**created_at**,description,**status**,**created_by#(users)**)
    5152
    525322. **project_request** (__**id**#(submission)__, **project_id#(thread)**))