Sha256: 7f7fd9d69aa1a97c6745d0aa5b7819bd41179fec4dddb2d2c1127edf1c62d836

Contents?: true

Size: 146 Bytes

Versions: 19

Compression:

Stored size: 146 Bytes

Contents

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
thecore_auth_commons-3.0.4 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-3.0.3 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-3.0.0 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.4.0 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.9 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.8 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.7 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.6 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.5 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.4 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.3 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.2 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.1 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.3.0 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-0 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.2.9 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.2.8 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.2.6 db/migrate/20200516215346_add_locked_to_user.rb
thecore_auth_commons-2.2.5 db/migrate/20200516215346_add_locked_to_user.rb