Sha256: 0e100b314834e8bec042999395b3ac268f5c702932396798e6d70ae3facdf3b5
Contents?: true
Size: 144 Bytes
Versions: 16
Compression:
Stored size: 144 Bytes
Contents
class AddIgnoredNotificationsToUsers < ActiveRecord::Migration[5.1] def change add_column :users, :ignored_notifications, :text end end
Version data entries
16 entries across 16 versions & 1 rubygems