adds cached_anonymous_votes_total to Debate
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
class AddCachedAnonymousVotesTotalToDebate < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :debates, :cached_anonymous_votes_total, :integer, default: 0
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user