Capture minimum postgres version 12 (#27528)
This commit is contained in:
parent
2d8f759a34
commit
4aa05d45fc
3 changed files with 7 additions and 60 deletions
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
StrongMigrations.start_after = 2017_09_24_022025
|
||||
StrongMigrations.target_version = 10
|
||||
StrongMigrations.target_version = 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue