Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Submit
Commits
8cc106f9
Commit
8cc106f9
authored
Dec 4, 2023
by
Danae Savvidi
Browse files
Options
Downloads
Patches
Plain Diff
migration attempt
parent
e0887254
No related branches found
No related tags found
2 merge requests
!229
Version 2.2.1
,
!216
Resolve "Test submission for scripts"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/migrations.yaml
+1
-1
1 addition, 1 deletion
src/main/resources/migrations.yaml
with
1 addition
and
1 deletion
src/main/resources/migrations.yaml
+
1
−
1
View file @
8cc106f9
...
...
@@ -701,7 +701,7 @@ databaseChangeLog:
-
sql
:
comment
:
Move data to 'abstract_submit_submission'.
sql
:
insert into abstract_submit_submission (script_pending)
select s.script_pending from submit_submission as s;
select s.script_pending
::boolean
from submit_submission as s;
-
changeSet
:
id
:
1701169247806-13
author
:
dsav
...
...
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
sign in
to comment