mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Merge pull request #1782 from ligthyear/group-mention
Allow groups to be used as aliases for user mentions
This commit is contained in:
5
db/migrate/20140102104229_add_alias_level_to_groups.rb
Normal file
5
db/migrate/20140102104229_add_alias_level_to_groups.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddAliasLevelToGroups < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :groups, :alias_level, :integer, default: 0
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user