diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index c2de16885..10e35cd7d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -234,7 +234,6 @@ ActiveRecord::Schema.define(version: 20171116161857) do t.boolean "hide_notifications", default: true, null: false t.bigint "account_id", null: false t.bigint "target_account_id", null: false - t.boolean "hide_notifications", default: true, null: false t.index ["account_id", "target_account_id"], name: "index_mutes_on_account_id_and_target_account_id", unique: true end |