diff src/lib/Db.luan @ 17:74277b56ac3c

home page
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 01 Nov 2023 21:11:25 -0600
parents 80105b716a62
children
line wrap: on
line diff
--- a/src/lib/Db.luan	Wed Nov 01 17:34:15 2023 -0600
+++ b/src/lib/Db.luan	Wed Nov 01 21:11:25 2023 -0600
@@ -20,6 +20,7 @@
 
 Db.indexed_fields.server_discord_id = Lucene.type.string
 Db.indexed_fields.server_owner_discord_id = Lucene.type.string
+Db.indexed_fields.server_bumped = Lucene.type.long
 
 function Db.not_in_transaction()
 	logger.error(new_error("not in transaction"))