mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
closes #1650 done some changes minor changes added markdown format to cfp#show fixed description text position in proposals fixed truncated description text in show action minor changes on non-admin side
5 lines
118 B
Ruby
5 lines
118 B
Ruby
class AddDescriptionToCfps < ActiveRecord::Migration
|
|
def change
|
|
add_column :cfps, :description, :text
|
|
end
|
|
end
|