Migration to remove dev servers (#19639)
Depends on #19638 Release Notes: - None
This commit is contained in:
parent
4f9217bca0
commit
bd187883da
3 changed files with 7 additions and 70 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue