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
64a0f20f
Commit
64a0f20f
authored
Apr 08, 2020
by
pbair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment that referred to incorrect rake task
parent
5e5df4b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/tasks/gitlab/db.rake
lib/tasks/gitlab/db.rake
+1
-1
No files found.
lib/tasks/gitlab/db.rake
View file @
64a0f20f
...
...
@@ -92,7 +92,7 @@ namespace :gitlab do
Rake
::
Task
[
task_name
].
reenable
end
# Inform Rake that gitlab:schema:
fix
_structure_sql should be run every time rake db:structure:dump is run
# Inform Rake that gitlab:schema:
clean
_structure_sql should be run every time rake db:structure:dump is run
Rake
::
Task
[
'db:structure:dump'
].
enhance
do
Rake
::
Task
[
'gitlab:db:clean_structure_sql'
].
invoke
end
...
...
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