Browse Source

Merge branch 'main' into feature/184

pull/186/head
みてるぞ 5 days ago
parent
commit
14651168ca
1 changed files with 1 additions and 0 deletions
  1. +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!



Loading…
Cancel
Save