From 1ba797bead3bd3c9daaad7fd1f69d9601428d38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Schmidt?= Date: Sat, 8 Jul 2017 18:45:38 +0200 Subject: [PATCH] Fix schema.rb In #1570, db/schema.rb got broken, as the version was not updated. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 4a9cc724..6608495b 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: 20170629162450) do +ActiveRecord::Schema.define(version: 20170629232817) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"