Sha256: 34aaffb0db9f39aaf8ebcc927253bf636e8365a286b3e2f648b54d7a02db5e66
Contents?: true
Size: 153 Bytes
Versions: 3
Compression:
Stored size: 153 Bytes
Contents
class AddDraftToBlock < ActiveRecord::Migration def change add_column :no_cms_pages_block_translations, :draft, :boolean, default: false end end
Version data entries
3 entries across 3 versions & 1 rubygems