Switch to using the zeitwork autoloader

This commit is contained in:
Tom Hughes 2020-12-10 14:46:41 +00:00
parent 786b8cce65
commit eada36ff96
50 changed files with 71 additions and 148 deletions

View file

@ -1,5 +1,3 @@
require "migrate"
class AddTextIndexToNoteComments < ActiveRecord::Migration[4.2]
def up
add_index :note_comments, [], :columns => "to_tsvector('english', body)", :using => "GIN", :name => "index_note_comments_on_body"