Fix compatibility of recent migration with PostgreSQL 10 (#25324)

This commit is contained in:
Claire
2023-06-07 01:53:50 +02:00
committed by GitHub
parent 67d17ce194
commit f378f10404
3 changed files with 14 additions and 3 deletions

View File

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