Sha256: 75b11bebae41d2ae0926a820d64778d5126db2d69316a37f0af493c8c0b97931
Contents?: true
Size: 237 Bytes
Versions: 6
Compression:
Stored size: 237 Bytes
Contents
# This migration comes from alchemy (originally 20160912223112) class AddIndexToAlchemyPagesRgt < ActiveRecord::Migration[4.2] def up add_index :alchemy_pages, :rgt end def down remove_index :alchemy_pages, :rgt end end
Version data entries
6 entries across 6 versions & 3 rubygems