You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Production database schema has changed, users wishing to keep old production databases will have to run the following SQL: ALTER TABLE tower_data ADD COLUMN api_key VARCHAR(32), ADD COLUMN ext_id INT, ADD COLUMN uploaded DATETIME;
The text was updated successfully, but these errors were encountered: