mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 14:05:44 +08:00
Add 'Group#public'.
This commit is contained in:
parent
495c8f2794
commit
3e19b738d7
5
db/migrate/20161207030057_add_public_to_groups.rb
Normal file
5
db/migrate/20161207030057_add_public_to_groups.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddPublicToGroups < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :groups, :public, :boolean, default: :false, null: false
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user