diff src/lib/Db.luan @ 57:c420f39eb474

chatuser_key
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 04 Mar 2025 07:05:12 -0700
parents d21ae4920aac
children 7b6691bd65c3
line wrap: on
line diff
--- a/src/lib/Db.luan	Tue Mar 04 07:00:42 2025 -0700
+++ b/src/lib/Db.luan	Tue Mar 04 07:05:12 2025 -0700
@@ -28,7 +28,7 @@
 Db.indexed_fields.post_chat_id = Lucene.type.long
 Db.indexed_fields.post_date = Lucene.type.long
 
-Db.indexed_fields.chatuser_id = Lucene.type.string
+Db.indexed_fields.chatuser_key = Lucene.type.string
 Db.indexed_fields.chatuser_chat_id = Lucene.type.long
 
 function Db.not_in_transaction()
@@ -46,6 +46,9 @@
 	[2] = function()
 		Db.delete("type:chatuser")
 	end
+	[3] = function()
+		Db.delete("type:chatuser")
+	end
 }
 
 if Http.is_serving then