adds reporting info to spending proposals

This commit is contained in:
Juanjo Bazán
2016-02-16 13:24:32 +01:00
parent 6820467db9
commit cbad816795
2 changed files with 13 additions and 1 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: 20160207205252) do
ActiveRecord::Schema.define(version: 20160216121051) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -299,6 +299,10 @@ ActiveRecord::Schema.define(version: 20160207205252) do
t.datetime "updated_at", null: false
t.integer "geozone_id"
t.string "resolution"
t.float "price"
t.boolean "legal"
t.boolean "feasible"
t.text "explanation"
end
add_index "spending_proposals", ["author_id"], name: "index_spending_proposals_on_author_id", using: :btree