mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 20:26:31 +08:00
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+.
Single-database configuration for Flask.