Sha256: 6fecb0e2d1aef86fd41da0ebdb0774c1fe9542c1dec5438cf84fe4ae6465e638
Contents?: true
Size: 250 Bytes
Versions: 27
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true # This migration comes from valkyrie_engine (originally 20171011224121) class CreatePathGinIndex < ActiveRecord::Migration[5.1] def change add_index :orm_resources, 'metadata jsonb_path_ops', using: :gin end end
Version data entries
27 entries across 17 versions & 1 rubygems