Sha256: 4d7c5e22f11b7f252c40ae8e00382dece0a76f3b6b33d1edd7de463a50eb693d
Contents?: true
Size: 271 Bytes
Versions: 11
Compression:
Stored size: 271 Bytes
Contents
# This migration comes from mailboxer_engine (originally 20130305144212) 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
11 entries across 11 versions & 1 rubygems