Sha256: 50b16b6d622d44a35b980762453bbfcf593f7aed77bbd9a5fce0ea0033c19ed8
Contents?: true
Size: 141 Bytes
Versions: 3
Compression:
Stored size: 141 Bytes
Contents
class AddColumnNotification < ActiveRecord::Migration def change add_column :notifications, :notifications_status, :boolean end end
Version data entries
3 entries across 3 versions & 1 rubygems