Drop support for PostgreSQL 12 (#34744)
This commit is contained in:
parent
855022f4d9
commit
dab31f7a88
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
StrongMigrations.start_after = 2017_09_24_022025
|
||||
StrongMigrations.target_version = 12
|
||||
StrongMigrations.target_version = 13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue