spec/dummy/db/schema.rb in prosperity-0.0.6 vs spec/dummy/db/schema.rb in prosperity-0.0.7

- old
+ new

@@ -9,11 +9,11 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20140217005117) do +ActiveRecord::Schema.define(version: 20140516222642) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" create_table "prosperity_dashboard_graphs", force: true do |t| @@ -47,9 +47,10 @@ create_table "prosperity_graphs", force: true do |t| t.string "title", null: false t.string "period", null: false t.datetime "created_at" t.datetime "updated_at" + t.string "graph_type", null: false end create_table "users", force: true do |t| t.string "email" t.string "name"