mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
63ed1b5bd7
We added NULLS NOT DISTINCT to a unique index on problem_check_trackers. This option is only available in PG15+. It does not in itself break PG13, but restoring a PG15+ backup to PG13 currently errors out. It seems this is an operation that's more common than we first thought. This commit fixes that by removing the NULLS NOT DISTINCT. We already have another, backwards-compatible approach to do the same thing in place, so this shouldn't change existing behaviour. |
||
---|---|---|
.. | ||
fixtures | ||
migrate | ||
post_migrate | ||
api_test_seeds.rb |