Sha256: da12e0b7160ecf2cb96334af81106037395ad88358f47c8bb02b3f14fc604421

Contents?: true

Size: 153 Bytes

Versions: 16

Compression:

Stored size: 153 Bytes

Contents

class AddAuthenticateTimeoutableToUsers < ActiveRecord::Migration
  def change
    add_column :users, :last_access_at, :datetime, default: nil
  end
end

Version data entries

16 entries across 14 versions & 1 rubygems

Version Path
authenticate-0.7.1 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.7.0 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.6.1 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.6.0 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.5.0 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.4.0 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.3.3 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.3.2 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.3.1 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.3.0 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.2.3 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.2.2 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.2.1 lib/generators/authenticate/install/templates/db/migrate/add_authenticate_timeoutable_to_users.rb
authenticate-0.2.1 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.2.0 spec/dummy/db/migrate/20160130192730_add_authenticate_timeoutable_to_users.rb
authenticate-0.2.0 lib/generators/authenticate/install/templates/db/migrate/add_authenticate_timeoutable_to_users.rb