Skip to content
Snippets Groups Projects
Commit ba22336e authored by kbeyro's avatar kbeyro
Browse files

add migration

parent e8bd0fa7
Branches
No related tags found
1 merge request!213Resolve "Support deployment of applications on remote clusters"
Pipeline #94408 failed
ALTER TABLE kubernetes_nm_service_info
ADD COLUMN kcluster_id integer;
ALTER TABLE kubernetes_nm_service_info
ADD CONSTRAINT fk_kubernetes_nm_service_info_kcluster
FOREIGN KEY (kcluster_id)
REFERENCES kcluster (id)
ON DELETE SET NULL;
ALTER TABLE app_deployment
ADD COLUMN remote_cluster_id integer;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment