adds budget results

This commit is contained in:
rgarcia
2017-05-19 14:00:12 +02:00
parent f0d7acd087
commit ed5a1cecbb
11 changed files with 252 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170517123042) do
ActiveRecord::Schema.define(version: 20170519084239) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -147,6 +147,7 @@ ActiveRecord::Schema.define(version: 20170517123042) do
t.datetime "unfeasible_email_sent_at"
t.integer "ballot_lines_count", default: 0
t.integer "previous_heading_id"
t.boolean "winner", default: false
end
add_index "budget_investments", ["administrator_id"], name: "index_budget_investments_on_administrator_id", using: :btree