Revert "FEATURE: Publish read state on group messages. (#7989)"

This reverts commit 1630dae2db.
This commit is contained in:
romanrizzi
2019-08-20 10:24:34 -03:00
parent 1630dae2db
commit 67f5cc1ce8
35 changed files with 21 additions and 524 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