Mercurial Hosting > freedit
diff src/lib/Db.luan @ 10:de0cbf515ef5
remove author_id
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 30 Jun 2022 11:11:00 -0600 |
parents | be36282b556a |
children | 0edde02b908c |
line wrap: on
line diff
--- a/src/lib/Db.luan Thu Jun 30 00:02:28 2022 -0600 +++ b/src/lib/Db.luan Thu Jun 30 11:11:00 2022 -0600 @@ -12,7 +12,6 @@ Db.indexed_fields.user_email = Lucene.type.lowercase Db.indexed_fields.user_name = Lucene.type.lowercase -Db.indexed_fields.post_author_id = Lucene.type.long Db.indexed_fields.post_author_name = Lucene.type.string Db.indexed_fields.post_is_root = Lucene.type.string Db.indexed_fields.post_root_id = Lucene.type.long