2
0

Drop support for PostgreSQL 13 (#36540)

This commit is contained in:
Renaud Chaput
2025-10-21 16:26:00 +02:00
committed by GitHub
parent 118ff13bd0
commit b80ec3721d
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 = 13
StrongMigrations.target_version = 14