Sha256: f7182870e83cb318674791f3c2a29792952b16cf6d7bcf11d35f9447a55b550e
Contents?: true
Size: 176 Bytes
Versions: 15
Compression:
Stored size: 176 Bytes
Contents
class NotificationRendererMigration < ActiveRecord::Migration<%= migration_version %> def change add_column :notifications, :type, :string, index: true end end
Version data entries
15 entries across 15 versions & 1 rubygems