mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-23 21:35:38 +08:00
invites
This commit is contained in:
13
lib/plugins/apps/invite.js
Normal file
13
lib/plugins/apps/invite.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var Model = require('../../model');
|
||||
|
||||
module.exports = Model.spawn({
|
||||
|
||||
collection: 'invites',
|
||||
plugin: 'apps',
|
||||
|
||||
description: {
|
||||
secret: 'string',
|
||||
left: 'number'
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user