Fix schema version

This commit is contained in:
Maikel Linke
2025-08-07 10:13:14 +10:00
parent 3af28c4b5b
commit d469552afc

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2025_03_04_234657) do
ActiveRecord::Schema[7.0].define(version: 2025_07_09_012346) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "plpgsql"