mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Add system index on systems collection.
This commit is contained in:
parent
1fb4be6755
commit
e48634b310
3
server/imports/fixtures/systems.ts
Normal file
3
server/imports/fixtures/systems.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { Systems } from '../../../imports/collections/systems';
|
||||
|
||||
Systems.rawCollection().createIndex({ system: 1 }, { name: '_system_' });
|
||||
|
|
@ -2,6 +2,7 @@ import './imports/api/talkgroups';
|
|||
import './imports/api/upload';
|
||||
|
||||
import './imports/fixtures/calls';
|
||||
import './imports/fixtures/systems';
|
||||
|
||||
import './imports/methods/call-audio';
|
||||
import './imports/methods/calls-count';
|
||||
|
|
|
|||
Loading…
Reference in a new issue