summaryrefslogtreecommitdiff
path: root/.sqlx/query-c83af5b462071927d05664bb69067dd15b2e7602aafcfaf04aa1f41e118a1f87.json
Commit message (Collapse)AuthorAge
* Switch to blanking tombstoned data with null, not empty string.Owen Jacobson2024-10-18
This accomplishes two things: * It removes the need for an additional `channel_name_reservation` table, since `channel.name` now only contains non-null values for active channels, and * It nicely dovetails with the idea that `null` means an unknown value in SQL-land.