Mercurial Hosting > lang
diff src/lib/Db.luan @ 24:87fe70201aa8
courses work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 31 Jul 2025 22:30:26 -0600 |
parents | 0c17c233c45a |
children |
line wrap: on
line diff
--- a/src/lib/Db.luan Wed Jul 30 23:29:33 2025 -0600 +++ b/src/lib/Db.luan Thu Jul 31 22:30:26 2025 -0600 @@ -23,6 +23,7 @@ Db.indexed_fields.course_user_id = Lucene.type.long Db.indexed_fields.course_language = Lucene.type.string +Db.indexed_fields.course_updated = Lucene.type.long Db.restore_from_log()