List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Imports_Error_Rows
This table displays information on errors occurring in imports of people records into Blocks
Field | Type | Description | Joins |
id | primary key (int) | id of import error record | import_id in people.extras |
import_id | foreign key (int) | id of import this error occurred in | id in imports table |
errors_triggered | jsonb | specifics of the error that was triggered | unique to table |
row_data | jsonb | the data on the row that triggered the error | unique to table |
duplicate_found | text | t/f if a duplicate record was found | unique to table |