0
0
Fork 0

Capture minimum postgres version 12 (#27528)

This commit is contained in:
Matt Jankowski 2023-10-26 16:35:15 -04:00 committed by GitHub
parent 2d8f759a34
commit 4aa05d45fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 60 deletions

View file

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