mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 10:41:25 +08:00
FEATURE: Pie chart option for poll results (#8352)
This commit is contained in:

committed by
GitHub

parent
720101b3ee
commit
b92a8131c0
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddGraphToPolls < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :polls, :chart_type, :integer, default: 0, null: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user