Closed cooperq closed 2 years ago
Thank you for sharing. I was just getting this today.
So for each new project this needs to be done? If you do a fresh crocodile hunter pull is this resolved?
yea you should only need to do this for projects that already exist. New projects should automatically have the correct database schema.
Problem Crocodile hunter is giving the following error:
"Unknown column 'tower_data.api_key' in 'field list'"
Solution Run the following SQL on each of your projects.ALTER TABLE tower_data ADD COLUMN api_key VARCHAR(32), ADD COLUMN ext_id INT, ADD COLUMN uploaded DATETIME;