diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-20 00:10:23 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-20 00:10:23 -0500 |
| commit | 717e87b7422db8e1eda655fbf04e45fe5f877c9b (patch) | |
| tree | 391531defbea8e312a49e635c1568f66f248ac82 /server/lib/schemas/Subscription.js | |
| parent | 904a18b763889c9f85d874388fdff9daaefb89cd (diff) | |
combining webhook stuff
Diffstat (limited to 'server/lib/schemas/Subscription.js')
| -rw-r--r-- | server/lib/schemas/Subscription.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/schemas/Subscription.js b/server/lib/schemas/Subscription.js index 8315009..7f2579b 100644 --- a/server/lib/schemas/Subscription.js +++ b/server/lib/schemas/Subscription.js @@ -15,6 +15,7 @@ var SubscriptionSchema = new mongoose.Schema({ plans: [{ tier: { type: String }, monthly: { type: Boolean }, + projects: [{ type: mongoose.Schema.ObjectId }], }], created_at: { type: Date, default: Date.now }, |
