From c1c73ad804b5c93d954c2ca2f529bc89eaa085d1 Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Fri, 25 Nov 2016 16:51:39 +0100 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 9d3c132b9..69aff9902 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: 20161012112900) do +ActiveRecord::Schema.define(version: 20161125153600) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"