Fix schema version

This commit is contained in:
Shinya Maeda 2018-04-27 23:25:21 +09:00
parent 0a4e57f3d7
commit b4e239dfae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20180425205249) do
ActiveRecord::Schema.define(version: 20180425131009) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"