mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FEATURE: Add bio to group page.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddBioToGroups < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :groups, :bio_raw, :text
|
||||
add_column :groups, :bio_cooked, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user