Sha256: ed8404ae0490b6c46aed111a9a18208b46544ec0a864d434abcf800031bcb2ae
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
class AddSourceToNotifications < ActiveRecord::Migration def change add_column :notifications, :source_id, :integer add_column :notifications, :source_type, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems