Modifying pouchdb index.

This commit is contained in:
Eric van der Vlist 2022-12-10 16:52:52 +01:00
parent c6e1f63a85
commit be72adce05
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const initDb = async (params: any) => {
{
name: 'type',
def: {
fields: [{ type: 'desc' }, { id: 'desc' }],
fields: [{ type: 'asc' }],
},
},
];