Sha256: 7fc10d7cbcfd59af2198135c9e5ef7381a7c84ec189344ed849bb4f5274cf341

Contents?: true

Size: 140 Bytes

Versions: 13

Compression:

Stored size: 140 Bytes

Contents

class AddLockedStatusToEvents < ActiveRecord::Migration
  def change
    add_column :events, :locked, :boolean, :default => false
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
calagator-1.0.0 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.9 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.8 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.7 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.6 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.5 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.3 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.2 db/migrate/20150207231355_add_locked_status_to_events.rb
grokus-1.0.0.1 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator-1.0.0.rc3 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator-1.0.0.rc2 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator-1.0.0.rc1 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator-0.0.1.pre1 db/migrate/20150207231355_add_locked_status_to_events.rb