Migration to remove dev servers (#19639)

Depends on #19638

Release Notes:

- None
This commit is contained in:
Conrad Irwin 2024-10-30 11:55:55 -06:00 committed by GitHub
parent 4f9217bca0
commit bd187883da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 70 deletions

View file

@ -0,0 +1,6 @@
ALTER TABLE projects DROP COLUMN dev_server_project_id;
ALTER TABLE projects DROP COLUMN hosted_project_id;
DROP TABLE hosted_projects;
DROP TABLE dev_server_projects;
DROP TABLE dev_servers;