Sha256: 922e6c6b078e2127dea1b056366ffc013f39fc8333f9969ddfe6533f4837ce94

Contents?: true

Size: 406 Bytes

Versions: 40

Compression:

Stored size: 406 Bytes

Contents

class AddSocialToUsers < ActiveRecord::Migration[5.2]
  def self.up
    add_column :users, :facebook_handle, :string
    add_column :users, :twitter_handle, :string
    add_column :users, :googleplus_handle, :string
  end

  def self.down
    remove_column :users, :facebook_handle, :string
    remove_column :users, :twitter_handle, :string
    remove_column :users, :googleplus_handle, :string
  end
end

Version data entries

40 entries across 27 versions & 1 rubygems

Version Path
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143535_add_social_to_users.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143535_add_social_to_users.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-4.0.0.beta2 .koppie/db/migrate/20210911143535_add_social_to_users.hyrax.rb
hyrax-4.0.0.beta2 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.4.2 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-4.0.0.beta1 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.4.1 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.4.0 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.3.0 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.2.0 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.1.0 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.0.2 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.0.1 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.0.0 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.0.0.pre.rc4 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb
hyrax-3.0.0.pre.rc3 .dassie/db/migrate/20200821212831_add_social_to_users.hyrax.rb