Sha256: e4eef0a72864cd7e6ed190c05f40ce9124a3b50544f065bf1e180c74d5b68911

Contents?: true

Size: 151 Bytes

Versions: 27

Compression:

Stored size: 151 Bytes

Contents

class AddFieldsToUsers < CoalescingPanda::MiscHelper::MigrationClass
  def change
    add_column :coalescing_panda_users, :login_id, :string
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
coalescing_panda-5.3.0 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.2.2 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.2.2.beta1 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.2.1 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.2.0 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.2.0.beta2 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.2.0.beta1 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.13 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.12 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.11 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.10 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.9 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.8 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.7 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.6 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.5 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.4 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.3.beta.2 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.3.beta.1 db/migrate/20150811140030_add_fields_to_users.rb
coalescing_panda-5.1.3 db/migrate/20150811140030_add_fields_to_users.rb