Fix schema.rb

In #1570, db/schema.rb got broken, as the version was not updated.
This commit is contained in:
Hernán Schmidt 2017-07-08 18:45:38 +02:00 committed by GitHub
parent 815b9e6e14
commit 1ba797bead

View file

@ -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"