Sha256: 374c39c30caaae43d884c9b557173d587aaa21ac85efee577c27a07c85c2f2a0
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
class AddGlobalNotificationSupport < ActiveRecord::Migration def change change_table :notifications do |t| t.boolean :global, default: false t.datetime :expires end end end
Version data entries
2 entries across 2 versions & 1 rubygems