diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-09-26 23:19:20 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-09-26 23:44:40 -0500 |
commit | 545dae4a23f7ca4833425ca31257b74a823f63a3 (patch) | |
tree | 6e789e0f5f198a6df8cf900dcbdac8dfd0971cbb /app/models | |
parent | 8b0df8951190892126ee7492d341dfeee9e41f6f (diff) |
Drop Monsterfork conversations.public column in preparation for ACLs
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/conversation.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 # |