Change default involvement for collection access from "watching" to "access_only"
People should opt-in to getting new card notifications
This commit is contained in:
committed by
Jorge Manrubia
parent
7750b2e776
commit
f2afb2f637
@@ -0,0 +1,5 @@
|
||||
class ChangeDefaultInvolvementToAccessOnly < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
change_column_default :accesses, :involvement, "access_only"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user