fix(db): update schema timestamp

This commit is contained in:
Paul Chavard 2022-11-24 18:20:54 +01:00
parent faa75298d6
commit 1022e4d18b

View file

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