diff src/lib/Db.luan @ 23:0c17c233c45a

start courses
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Jul 2025 23:29:33 -0600
parents b1adec083e44
children 87fe70201aa8
line wrap: on
line diff
--- a/src/lib/Db.luan	Wed Jul 30 19:51:49 2025 -0600
+++ b/src/lib/Db.luan	Wed Jul 30 23:29:33 2025 -0600
@@ -21,6 +21,9 @@
 Db.indexed_fields.chat_user_id = Lucene.type.long
 Db.indexed_fields.chat_updated = Lucene.type.long
 
+Db.indexed_fields.course_user_id = Lucene.type.long
+Db.indexed_fields.course_language = Lucene.type.string
+
 Db.restore_from_log()
 
 if Http.is_serving then