about summary refs log tree commit diff
path: root/db
diff options
context:
space:
mode:
authorSurinna Curtis <ekiru.0@gmail.com>2017-07-17 21:10:37 -0500
committerSurinna Curtis <ekiru.0@gmail.com>2017-09-13 21:47:30 -0500
commit44207b6af6977f44200b6fd82f3e18ba70fd7cc7 (patch)
treed217d36b0589e0cee924a849c8e3da1724f5e912 /db
parent27e55da8530b6557bd5375240bee2aa09f25d021 (diff)
Add muting_notifications? and a notifications argument to mute!
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index d8af0a1f8..90f6fb1b3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -168,6 +168,7 @@ ActiveRecord::Schema.define(version: 20170905165803) do
     t.integer "target_account_id", null: false
     t.datetime "created_at", null: false
     t.datetime "updated_at", null: false
+    t.boolean "hide_notifications", default: false, null: false
     t.index ["account_id", "target_account_id"], name: "index_mutes_on_account_id_and_target_account_id", unique: true
   end