Sha256: bd5496e4fee72604ab56c56597f6c2cf13f58a1a47d6e1347601a3a15d152312

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

class AddNotificationUrlToUsers < ActiveRecord::Migration
  def up
    add_column :users, :notification_url, :string
  end

  def down
    remove_column :users, :notification_url
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deep_thought-0.2.1 db/migrate/20130525001332_add_notification_url_to_users.rb
deep_thought-0.1.1 db/migrate/20130525001332_add_notification_url_to_users.rb
deep_thought-0.1.0 db/migrate/20130525001332_add_notification_url_to_users.rb