parent
87de8948c0
commit
f4a0d200ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue