Sha256: 6d593fee2b5f23d28f0a758984ef494721109d3b16ae891552358732344f0b02

Contents?: true

Size: 167 Bytes

Versions: 17

Compression:

Stored size: 167 Bytes

Contents

class AddLockedToUser < ActiveRecord::Migration[7.0]
  def change
    add_column :users, :locked, :boolean, null: false, default: false, if_not_exists: true
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
thecore_auth_commons-3.2.2 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.2.1 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.7 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.5 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.4 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.3 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.2 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.1 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.1.0 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.13 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.12 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.11 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.10 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.9 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.8 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.7 db/migrate/20160209153406_add_locked_to_user.rb
thecore_auth_commons-3.0.6 db/migrate/20160209153406_add_locked_to_user.rb