Changes between Version 5 and Version 6 of Normalization
- Timestamp:
- 09/22/25 00:10:30 (33 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v5 v6 132 132 133 133 {{{ 134 {submission_id, moderator_id,blacklisted_start_date, resource_id, msg_send_at,pr_id }+ = {} 134 {submission_id, 135 moderator_id, 136 blacklisted_start_date, 137 resource_id, 138 msg_send_at, 139 pr_id, 140 tag_name, 141 perm_name}+ = { 142 submission_id, 143 moderator_id, 144 blacklisted_start_date, 145 resource_id,msg_send_at, 146 pr_id, 147 perm_name, 148 feedback_submission_type, 149 feedback_created_at, 150 feedback_description, 151 submission_status, 152 submission_created_at, 153 submission_description, 154 user_id, 155 channel_description, 156 channel_name, 157 thread_id, 158 thread_created_at, 159 thread_content, 160 topic_title, 161 parent_id, 162 repo_url, 163 project_title, 164 msg_content, 165 pr_name, 166 pr_override_type, 167 username, 168 description, 169 password, 170 registered_at, 171 email, 172 sex, 173 is_active, 174 name, 175 blacklisted_end_date, 176 reason, 177 tag_name, 178 moderator_started_at, 179 asc_started_at, 180 asc_ended_at 181 } 182 135 183 }}} 136 184