diff src/lib/Db.luan @ 4:2da10ece826f

add Chat
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 27 Oct 2024 20:39:18 -0600
parents ee1f91e67509
children f9e6a4cc4f7d
line wrap: on
line diff
--- a/src/lib/Db.luan	Thu Oct 24 21:43:44 2024 -0600
+++ b/src/lib/Db.luan	Sun Oct 27 20:39:18 2024 -0600
@@ -21,6 +21,9 @@
 
 Db.indexed_fields.user_email = Lucene.type.lowercase
 
+Db.indexed_fields.chat_user_ids = Lucene.type.long
+Db.indexed_fields.chat_updated = Lucene.type.long
+
 function Db.not_in_transaction()
 	logger.error(new_error("not in transaction"))
 end