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

fix migration

parent 95c0b7ec
No related branches found
No related tags found
1 merge request!213Resolve "Support deployment of applications on remote clusters"
Pipeline #94416 passed
...@@ -3,8 +3,8 @@ ADD COLUMN kcluster_id integer; ...@@ -3,8 +3,8 @@ ADD COLUMN kcluster_id integer;
ALTER TABLE kubernetes_nm_service_info ALTER TABLE kubernetes_nm_service_info
ADD CONSTRAINT fk_kubernetes_nm_service_info_kcluster ADD CONSTRAINT fk_kubernetes_nm_service_info_kcluster
FOREIGN KEY (kcluster_id) FOREIGN KEY (k_cluster_id)
REFERENCES kcluster (id) REFERENCES k_cluster (id)
ON DELETE SET NULL; ON DELETE SET NULL;
ALTER TABLE app_deployment ALTER TABLE app_deployment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment