mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
Group.ensure_automatic_groups!
|
|
if g = Group.find_by(name: 'trust_level_5', id: 15)
|
|
g.destroy!
|
|
end
|