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
For whatever reason one of our production servers started throwing out this message for a while:
General error: 1 table "_orbit_meta" already exists (Connection: orbit_meta, SQL: create table "_orbit_meta" ("id" integer primary key autoincrement not null, "orbital_type" varchar not null, "orbital_key" varchar not null, "file_path_read_from" varchar))
No idea why and I checked the code that it should only run when the table does not exist as well. Perhaps this should be captured or ran with IGNORE to not potentially break stuff. Thanks.
The text was updated successfully, but these errors were encountered:
For whatever reason one of our production servers started throwing out this message for a while:
General error: 1 table "_orbit_meta" already exists (Connection: orbit_meta, SQL: create table "_orbit_meta" ("id" integer primary key autoincrement not null, "orbital_type" varchar not null, "orbital_key" varchar not null, "file_path_read_from" varchar))
No idea why and I checked the code that it should only run when the table does not exist as well. Perhaps this should be captured or ran with IGNORE to not potentially break stuff. Thanks.
The text was updated successfully, but these errors were encountered: