From 821966c5dbb7ee13ad1dc4d9f96b6818a371fe42 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Fri, 5 Feb 2016 18:11:35 +0800 Subject: [PATCH] update schema.rb --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 83cecc24..9ecb3488 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20151028061513) do +ActiveRecord::Schema.define(version: 20160120061513) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"