discourse/db
Ted Johansson 45c9316d7d
DEV: Fix problem check tracker unique index not respecting NULLs (#29169)
By default, when checking uniqueness on a tuple for the purposes of enforcing a unique index, PostgreSQL considers NULLs to be distinct values. Because of this we could incorrectly have multiple entries with { identifier: "rails_env", target: nil } created due to race conditions. This would then cause errors at runtime.
2024-10-14 13:55:35 +08:00
..
fixtures DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
migrate DEV: Fix problem check tracker unique index not respecting NULLs (#29169) 2024-10-14 13:55:35 +08:00
post_migrate DEV: Break up PG query in `MakePasswordColumnsFromUsersReadOnly` (#29167) 2024-10-11 11:25:55 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00