Include "Submitter" Column in Auto-Loaded Data for Local Environment #10295
Labels
Affects: Developers
Good First Issue
Easy issue. Good for newcomers. [managed]
Lead: @jimchamp
Issues overseen by Jim (Front-end Lead, BookNotes) [managed]
Priority: 4
An issue, but should be worked on when no other pressing work can be done. [managed]
Type: Bug
Something isn't working. [managed]
Problem
The local environment setup does not include the Submitter column in the auto-loaded data. This leads to errors when running queries or features that depend on this column, making local testing unreliable.
Reproducing the bug
Context
Breakdown
Proposed Solution:
Add the Submitter column to the database schema that is auto-loaded during local environment setup.
Temporary Workaround:
Manually add the Submitter column to the local database schema as a workaround.
ALTER TABLE <table_name> ADD COLUMN submitter VARCHAR(<length>);
Additional Notes:
Requirements Checklist
Related files
Stakeholders
Instructions for Contributors
The text was updated successfully, but these errors were encountered: