mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
@@ -1,4 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class DropIdxRegularPostSearchData < ActiveRecord::Migration[6.0]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def up
|
||||
execute <<~SQL
|
||||
DROP INDEX CONCURRENTLY IF EXISTS idx_regular_post_search_data
|
||||
|
||||
Reference in New Issue
Block a user