linkedin / oncall

Oncall is a calendar tool designed for scheduling and managing on-call shifts. It can be used as source of dynamic ownership info for paging systems like http://iris.claims.
http://oncall.tools
BSD 2-Clause "Simplified" License
1.14k stars 230 forks source link

dummy data fails to import #417

Open ITJamie opened 5 months ago

ITJamie commented 5 months ago

on a fresh install and attempting to bring up with docker (no changes to any files:

oncall-web-1    | DB successfully loaded /home/oncall/db/schema.v0.sql
oncall-web-1    | Importing /home/oncall/db/dummy_data.sql...
oncall-web-1    | mysql: [Warning] Using a password on the command line interface can be insecure.
oncall-web-1    | ERROR 1136 (21S01) at line 16: Column count doesn't match value count at row 1
oncall-web-1    | Ran into problems during DB bootstrap. oncall will likely not function correctly. mysql exit code: 1 for /home/oncall/db/dummy_data.sql
oncall-web-1    | Wrote /home/oncall/db_initialized so we don't bootstrap db again
diegocepedaw commented 5 months ago

Thanks for letting us know, this should be fixed by #418