[2;46m [2;37mWarning[0m[2;46m [0m [2;37mFound data-loss statements:· You're about to delete [4;37m__old_push_projects[0m[2;37m table with 4 items[2;31m[1;31mTHIS ACTION WILL CAUSE DATA LOSS AND CANNOT BE REVERTED[0m[2;31m[0m[2;37m[0mDo you still want to push changes?[0m[2;37m[[2;32m✓[0m[2;37m] Changes applied[0m
[2;46m [2;37mWarning[0m[2;46m [0m [2;37mFound data-loss statements:· You're about to delete [4;37m__old_push_projects[0m[2;37m table with 4 items[2;31m[1;31mTHIS ACTION WILL CAUSE DATA LOSS AND CANNOT BE REVERTED[0m[2;31m[0m[2;37m[0mDo you still want to push changes?[0m[2;37m[[2;32m✓[0m[2;37m] Changes applied[0m
__old_push_projects
__old_push_projects
is never mentioned in my codebase. I have a table named
projects
projects
, and thats the closest thing. now my server errors with:
"no such table: main.__old_push_projects"
What is this table supposed to be and how can I get it back?