mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add 'Group#public'.
This commit is contained in:
parent
495c8f2794
commit
3e19b738d7
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue