Adds budget dev_seeds

This commit is contained in:
kikito
2016-05-31 12:53:11 +02:00
parent 65e007ef85
commit 56f5983dc4
3 changed files with 62 additions and 4 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: 20160524144005) do
ActiveRecord::Schema.define(version: 20160531102008) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -425,6 +425,7 @@ ActiveRecord::Schema.define(version: 20160524144005) do
t.integer "proposals_count", default: 0
t.integer "spending_proposals_count", default: 0
t.string "kind"
t.integer "budget/investments_count", default: 0
end
add_index "tags", ["debates_count"], name: "index_tags_on_debates_count", using: :btree