Sha256: 723353f17d4d921366751fc097da18ac76db2c77cf679f4abb9a0cab9314d1d5

Contents?: true

Size: 151 Bytes

Versions: 14

Compression:

Stored size: 151 Bytes

Contents

class AddColumnIsAdminToUsers < ActiveRecord::Migration
  def change
    add_column :users, :is_admin, :boolean, default: false, null: false
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.2.0.beta1 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.21 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.20 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.19 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.18 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.17 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.16 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.15 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.14 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.13 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.12 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.11 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb
think_feel_do_dashboard-1.1.10 spec/dummy/db/migrate/20141104135632_add_column_is_admin_to_users.rb