diff --git a/db/schema.rb b/db/schema.rb index 2e1b1e1b8ac..26f4f662d13 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2023_08_31_124437) do +ActiveRecord::Schema[7.1].define(version: 2023_08_31_124437) do # These are extensions that must be enabled in order to support this database enable_extension "pg_stat_statements" enable_extension "pgcrypto" diff --git a/db/worker_jobs_schema.rb b/db/worker_jobs_schema.rb index b42bbf076f8..3fc1dde2143 100644 --- a/db/worker_jobs_schema.rb +++ b/db/worker_jobs_schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2023_10_18_163221) do +ActiveRecord::Schema[7.1].define(version: 2023_10_18_163221) do # These are extensions that must be enabled in order to support this database enable_extension "pgcrypto" enable_extension "plpgsql"