Modifying pouchdb index.
This commit is contained in:
parent
c6e1f63a85
commit
be72adce05
|
@ -58,7 +58,7 @@ export const initDb = async (params: any) => {
|
||||||
{
|
{
|
||||||
name: 'type',
|
name: 'type',
|
||||||
def: {
|
def: {
|
||||||
fields: [{ type: 'desc' }, { id: 'desc' }],
|
fields: [{ type: 'asc' }],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue