Fix schema.rb description after #4116

Always run migrations in the PR :)
This commit is contained in:
Nicolas Bouilleaud 2019-07-29 11:40:51 +02:00
parent beb606d6ee
commit d06e2cd25f

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2019_07_17_132452) do
ActiveRecord::Schema.define(version: 2019_07_17_151228) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -430,6 +430,7 @@ ActiveRecord::Schema.define(version: 2019_07_17_132452) do
t.integer "user_id"
t.datetime "created_at"
t.datetime "updated_at"
t.text "message"
end
create_table "module_api_cartos", id: :serial, force: :cascade do |t|