I'm trying to run the db importer and I'm running into issues. It seems to be trying to insert into tables that weren't created by the db_structure.sql. I have 8 tables in mysql, but the pitchfx_db_manager.rb has INSERT statements for 20 tables.
Did I miss a step somewhere or is the db_structure missing some tables ?
I'm trying to run the db importer and I'm running into issues. It seems to be trying to insert into tables that weren't created by the db_structure.sql. I have 8 tables in mysql, but the pitchfx_db_manager.rb has INSERT statements for 20 tables.
Did I miss a step somewhere or is the db_structure missing some tables ?