Sha256: cede97f303e0bc65bf035011951f130af949abef5ff801651b608f1da4eed31d
Contents?: true
Size: 214 Bytes
Versions: 28
Compression:
Stored size: 214 Bytes
Contents
class AddPasswordAttributesToRevisions < ActiveRecord::Migration def change add_column :pageflow_revisions, :password_protected, :boolean add_column :pageflow_entries, :password_digest, :string end end
Version data entries
28 entries across 28 versions & 1 rubygems