summaryrefslogtreecommitdiff
path: root/src/sql/entityInsert.sql
Commit message (Collapse)AuthorAge
* Replace use of crc32 for entity idDan Goodliffe7 days
| | | | | Entity value is MD5 hashed same as DB unique key, but the id itself is now taken from the DB primary key which is sequence generated.
* pg_format schema.sql and sql/*.sqlDan Goodliffe2026-01-17
| | | | No changes.
* Tag entities with their typewebstat-0.1.1Dan Goodliffe2025-09-01
|
* Add helpers and SQL for storing an entityDan Goodliffe2025-08-25