mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
FEATURE: group can grant a trust level when a user is added
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddGrantTrustLevelToGroups < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :groups, :grant_trust_level, :integer
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user