From 130aa90d5500f481c181a16012724b5f81d62616 Mon Sep 17 00:00:00 2001 From: David Yip Date: Fri, 17 Nov 2017 17:41:15 -0600 Subject: Update annotations on Follow, FollowRequest, and Mute. Follow and FollowRequest had conflicts in their schema annotations, so I ran latest migrations and let annotate_models fix them up. --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'db') 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 -- cgit