Sha256: 3521cdaf78f86d7fdb2d9ca6b34eda3f0c4001a593be04a5b6bf8f6823165c71
Contents?: true
Size: 178 Bytes
Versions: 54
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true class CreatePathGinIndex < ActiveRecord::Migration[5.1] def change add_index :orm_resources, 'metadata jsonb_path_ops', using: :gin end end
Version data entries
54 entries across 54 versions & 1 rubygems