Sha256: e340c2c128243b31946d9e1767500830c21714c8f8c2fdff3343c214673cbbbd

Contents?: true

Size: 173 Bytes

Versions: 11

Compression:

Stored size: 173 Bytes

Contents

# frozen_string_literal: true

class AddLockedStatusToEvents < ActiveRecord::Migration[4.2]
  def change
    add_column :events, :locked, :boolean, default: false
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
koalagator-4.1.0 db/migrate/20150207231355_add_locked_status_to_events.rb
koalagator-4.0.0 db/migrate/20150207231355_add_locked_status_to_events.rb
koalagator-3.0.0 db/migrate/20150207231355_add_locked_status_to_events.rb
koalagator-2.1.1 db/migrate/20150207231355_add_locked_status_to_events.rb
koalagator-2.1.0 db/migrate/20150207231355_add_locked_status_to_events.rb
koalagator-2.0.0 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator2-2.1.1 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator2-2.1.0 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator2-2.0.0 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator-2.0.0.pre.1 db/migrate/20150207231355_add_locked_status_to_events.rb
calagator-2.0.0.pre.0 db/migrate/20150207231355_add_locked_status_to_events.rb