mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-05-02 12:14:51 +00:00
no need to disable
This commit is contained in:
parent
ca9834d0be
commit
2e287b661e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user