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
Error message are reported currently as :
Error: revision id=b9fdaaed8931
alter table results."memory_metrics" rename vm_total to total;
===========
('OperationalError("ALTER TABLE: no such schema 'results'\n")',)
it will be useful to add the migration text/description text as well as to avoid to back track just by id
The text was updated successfully, but these errors were encountered:
Error message are reported currently as :
Error: revision id=b9fdaaed8931
alter table results."memory_metrics" rename vm_total to total;
===========
('OperationalError("ALTER TABLE: no such schema 'results'\n")',)
it will be useful to add the migration text/description text as well as to avoid to back track just by id
The text was updated successfully, but these errors were encountered: