Initial commit 🍀
This commit is contained in:
commit
b3f42e62af
405 changed files with 31017 additions and 0 deletions
7
src/api/models/app.ts
Normal file
7
src/api/models/app.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const collection = global.db.collection('apps');
|
||||
|
||||
collection.createIndex('name_id');
|
||||
collection.createIndex('name_id_lower');
|
||||
collection.createIndex('secret');
|
||||
|
||||
export default collection;
|
||||
Loading…
Add table
Add a link
Reference in a new issue