2
0

Drop support for PostgreSQL 12 (#34744)

This commit is contained in:
Claire
2025-05-20 16:48:29 +02:00
committed by GitHub
parent 855022f4d9
commit dab31f7a88
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# frozen_string_literal: true
StrongMigrations.start_after = 2017_09_24_022025
StrongMigrations.target_version = 12
StrongMigrations.target_version = 13