941 B
941 B
Data Update
Summary
New Additions
Characters
Weapons
Summons
Modifications
Characters
Weapons
Summons
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
trueorfalse - Arrays use the correct format (e.g.,
{value1,value2}) - Ran import in test mode (
bin/rails granblue:import_data TEST=true)