This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
86
Pull Requests
4
Releases
0
Wiki
Activity
Labels
Milestones
New Pull Request
#204
#203
Merged
みてるぞ
merged 1 commits from
feature/203
into
main
3 days ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
backend/lib/tasks/migrate_wiki.rake
+ 1
- 0
backend/lib/tasks/migrate_wiki.rake
View File
@@ -44,6 +44,7 @@ namespace :wiki do
end
line_ids = line_shas.map { |sha| line_id_by_sha.fetch(sha) }
rev = nil
ActiveRecord::Base.transaction do
wiki_page.lock!
Write
Preview
Loading…
Cancel
Save