Fix DB schema to match latest migration
This commit is contained in:
parent
43d6328fbc
commit
b7392549c4
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: 20160901141443) do
|
||||
ActiveRecord::Schema.define(version: 20160902122721) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
|
Loading…
Reference in a new issue