## Data Update ### Summary #### New Additions - Characters: - [ ] - Weapons: - [ ] - Summons: - [ ] #### Modifications - Characters: - [ ] - Weapons: - [ ] - Summons: - [ ] ### CSV Files Added - [ ] `YYYYMMDD-characters-XXX.csv` - [ ] `YYYYMMDD-weapons-XXX.csv` - [ ] `YYYYMMDD-summons-XXX.csv` ### Checklist - [ ] CSV files use the correct naming format (`YYYYMMDD-{type}-XXX.csv`) - [ ] CSV files are in the correct location (`db/seed/updates/`) - [ ] All required fields are filled out - [ ] Dates use the correct format (`YYYY-MM-DD`) - [ ] Boolean values are either `true` or `false` - [ ] Arrays use the correct format (e.g., `{value1,value2}`) - [ ] Ran import in test mode (`bin/rails granblue:import_data TEST=true`) ### Test Results