mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
disable moderation on the forums
This commit is contained in:
parent
f8de631cf8
commit
deef8142ec
@ -0,0 +1,5 @@
|
||||
class DisableModerationOnForums < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column_default :thredded_user_details, :moderation_state, 1 # approved
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user