Sha256: 470aad55a130a09467f9f71cd6f68bd1262e712969abce919c2dbb10bef65ef9

Contents?: true

Size: 148 Bytes

Versions: 19

Compression:

Stored size: 148 Bytes

Contents

class AddLockVersionToUser < ActiveRecord::Migration[7.0]
  def change
    add_column :users, :lock_version, :bigint, if_not_exists: true
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

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