mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
FEATURE: new rake task to update first_post_created_at column The not-equal operator (`<>`) in PostgreSQL does not compare values with NULL. We should instead use `IS DISTINCT FROM` when comparing values with NULL.