Files
dify/api/migrations/versions
QuantumGhost 8f2b53275c fix(api): Remove postgresql_nulls_not_distinct=False in unique indexes
This option would generate upgrading / table creating sql with `NULLS
DISTINCT` part and causing syntax error while running testcontainer
tests.

The `NULLS DISTINCT` syntax is only supported by PG 15+.
2025-09-18 02:55:19 +08:00
..
2024-02-01 18:11:57 +08:00
2024-02-01 18:11:57 +08:00