Fix schema.rb
In #1570, db/schema.rb got broken, as the version was not updated.
This commit is contained in:
parent
815b9e6e14
commit
1ba797bead
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue