1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 03:39:34 +00:00
discourse/db/migrate/20140617053829_add_notification_id_to_user_badge.rb
2014-06-19 16:56:19 +05:30

6 lines
140 B
Ruby

class AddNotificationIdToUserBadge < ActiveRecord::Migration
def change
add_column :user_badges, :notification_id, :integer
end
end