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