20240502180204_remove_old_remote_projects.sql

1ALTER TABLE projects DROP COLUMN remote_project_id;
2DROP TABLE remote_projects;