From 545dae4a23f7ca4833425ca31257b74a823f63a3 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 26 Sep 2020 23:19:20 -0500 Subject: Drop Monsterfork conversations.public column in preparation for ACLs --- app/models/conversation.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models') diff --git a/app/models/conversation.rb b/app/models/conversation.rb index 0b9792091..6f776e052 100644 --- a/app/models/conversation.rb +++ b/app/models/conversation.rb @@ -7,7 +7,6 @@ # uri :string # created_at :datetime not null # updated_at :datetime not null -# public :boolean default(FALSE), not null # root :string # -- cgit