Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
301ef105
Commit
301ef105
authored
Nov 26, 2021
by
Felipe Artur
Committed by
Alper Akgun
Nov 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup background migration of requirements to work items
parent
dddb6fd5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
db/post_migrate/20211122193948_cleanup_background_migration_of_requirements_to_work_items.rb
...nup_background_migration_of_requirements_to_work_items.rb
+17
-0
db/schema_migrations/20211122193948
db/schema_migrations/20211122193948
+1
-0
No files found.
db/post_migrate/20211122193948_cleanup_background_migration_of_requirements_to_work_items.rb
0 → 100644
View file @
301ef105
# frozen_string_literal: true
class
CleanupBackgroundMigrationOfRequirementsToWorkItems
<
Gitlab
::
Database
::
Migration
[
1.0
]
disable_ddl_transaction!
MIGRATION
=
'MigrateRequirementsToWorkItems'
disable_ddl_transaction!
def
up
finalize_background_migration
(
MIGRATION
)
end
def
down
# no-op
end
end
db/schema_migrations/20211122193948
0 → 100644
View file @
301ef105
12203afb7b66a12946d971dd601d2ce91e1408fcdf36d9d8b2fadcf09d7c1e56
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment