Project

General

Profile

Download (158 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddSubscriptionTypeToMailNotifications < ActiveRecord::Migration
def change
add_column :mail_notifications, :subscription_type, :string
end
end
(241-241/281)