Sha256: 90360a530b1932efd895f7ac6baaf32b650e76a71721c36ca88780df8597fda0
Contents?: true
Size: 227 Bytes
Versions: 34
Compression:
Stored size: 227 Bytes
Contents
class AddWikiPagesProtected < ActiveRecord::Migration def self.up add_column :wiki_pages, :protected, :boolean, :default => false, :null => false end def self.down remove_column :wiki_pages, :protected end end
Version data entries
34 entries across 34 versions & 1 rubygems