Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
500706f2
Commit
500706f2
authored
4 weeks ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
fix migration
parent
95c0b7ec
No related branches found
No related tags found
1 merge request
!213
Resolve "Support deployment of applications on remote clusters"
Pipeline
#94416
passed
4 weeks ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/db/migration/common/V1.8.0_20250527_1530__AddConnectionToCluster.sql
+2
-2
2 additions, 2 deletions
...n/common/V1.8.0_20250527_1530__AddConnectionToCluster.sql
with
2 additions
and
2 deletions
src/main/resources/db/migration/common/V1.8.0_20250527_1530__AddConnectionToCluster.sql
+
2
−
2
View file @
500706f2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment