1
0
Fork 0
forked from gitea/nas

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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