Sha256: de9ca8448d1bf6e153500bf7b26053c6de9c61568f11f98f088cf91db02a91d3
Contents?: true
Size: 137 Bytes
Versions: 6
Compression:
Stored size: 137 Bytes
Contents
class AddNoindexToRevisions < ActiveRecord::Migration[5.2] def change add_column :pageflow_revisions, :noindex, :boolean end end
Version data entries
6 entries across 6 versions & 1 rubygems