Revert "FEATURE: Publish read state on group messages. (#7989) [Undo revert] (#8024)"

This reverts commit 5dda5c2f7c.
This commit is contained in:
romanrizzi
2019-08-20 13:29:22 -03:00
parent 5dda5c2f7c
commit 36425eb9f0
35 changed files with 21 additions and 531 deletions

View File

@@ -1,7 +0,0 @@
# frozen_string_literal: true
class GroupsPublishReadState < ActiveRecord::Migration[5.2]
def change
add_column :groups, :publish_read_state, :boolean, null: false, default: false
end
end