Changes between Version 20 and Version 21 of Normalization


Ignore:
Timestamp:
09/24/25 23:09:51 (3 weeks ago)
Author:
226026
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v20 v21  
    44{{{
    55R(
    6   user: username, description, password, registered_at, email, sex,is_active,name, user_id
    7   feedback: feedback_submission_type, feedback_created_at, feedback_description
    8   submission: submission_id, submission_status, submission_created_at, submission_description,
    9   blacklisted_user: blacklisted_id,blacklisted_start_date, blacklisted_end_date, reason,blacklisted_about_user
    10   tag: tag_name,
    11   thread: thread_id, thread_created_at, thread_content
    12   topic_thread: guidelines, topic_title, parent_id 
    13   project_thread: repo_url, project_title,
    14   associated_with: asc_started_at, asc_ended_at,
    15   channel: channel_name, channel_description, channel_id
    16   permissions: perm_name,
    17   project_roles: pr_name, pr_id, pr_override_type,
    18   sends_message_in: msg_send_at, msg_content,
     6  username, description, password, registered_at, email, sex,is_active,name, user_id
     7  feedback_submission_type, feedback_created_at, feedback_description
     8  submission_id, submission_status, submission_created_at, submission_description,
     9  blacklisted_id,blacklisted_start_date, blacklisted_end_date, reason,blacklisted_about_user
     10  tag_name,
     11  thread_id, thread_created_at, thread_content
     12  guidelines, topic_title, parent_id 
     13  repo_url, project_title,
     14  asc_started_at, asc_ended_at,
     15  channel_name, channel_description, channel_id
     16  perm_name,
     17  pr_name, pr_id, pr_override_type,
     18  msg_send_at, msg_content,
    1919)
    2020}}}