From 53e0f24faade5b543f46e7d89544d92f3709bf7a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 1 Sep 2025 19:35:57 +0100 Subject: Tag entities with their type --- src/sql/entityInsert.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql/entityInsert.sql') diff --git a/src/sql/entityInsert.sql b/src/sql/entityInsert.sql index ac443e3..451e660 100644 --- a/src/sql/entityInsert.sql +++ b/src/sql/entityInsert.sql @@ -1 +1 @@ -INSERT INTO entities(id, value) VALUES(?, ?) ON CONFLICT DO NOTHING +INSERT INTO entities(id, type, value) VALUES(?, ?, ?) ON CONFLICT DO NOTHING -- cgit v1.2.3