no need to disable

This commit is contained in:
Nat 2025-03-26 22:00:06 +08:00
parent ca9834d0be
commit 2e287b661e
No known key found for this signature in database
GPG Key ID: 4938B35D927EC773

View File

@ -1,8 +1,6 @@
# frozen_string_literal: true
class RemoveDuplicatesFromDiscourseSolvedSolvedTopics < ActiveRecord::Migration[7.2]
disable_ddl_transaction!
def up
# remove duplicates on answer_post_id based on earliest created_at
DB.exec(<<~SQL)