Sha256: 34f38fe28f48aac14cdb82bb3b4d8c6c99e71843f839f9a6a29316eaa3c2851c
Contents?: true
Size: 200 Bytes
Versions: 15
Compression:
Stored size: 200 Bytes
Contents
# This migration comes from spina (originally 20130719121520) class AddDraftToSpinaPages < ActiveRecord::Migration def change add_column :spina_pages, :draft, :boolean, default: false end end
Version data entries
15 entries across 15 versions & 1 rubygems