mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-05-03 20:55:05 +00:00
no need to disable
This commit is contained in:
parent
ca9834d0be
commit
2e287b661e
@ -1,8 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class RemoveDuplicatesFromDiscourseSolvedSolvedTopics < ActiveRecord::Migration[7.2]
|
class RemoveDuplicatesFromDiscourseSolvedSolvedTopics < ActiveRecord::Migration[7.2]
|
||||||
disable_ddl_transaction!
|
|
||||||
|
|
||||||
def up
|
def up
|
||||||
# remove duplicates on answer_post_id based on earliest created_at
|
# remove duplicates on answer_post_id based on earliest created_at
|
||||||
DB.exec(<<~SQL)
|
DB.exec(<<~SQL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user