diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-07 14:34:41 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-07 14:40:10 -0500 |
| commit | 9c6f8f8568d20d75eb22955dbf2752ea777e59f8 (patch) | |
| tree | 26a87018e7aa8794c96bd00ddfaed1472d2964b7 /server/lib/schemas/Subscription.js | |
| parent | 2d4ed7d888727e1b973c2581b694d900e30c2ebd (diff) | |
stub in brochure page
Diffstat (limited to 'server/lib/schemas/Subscription.js')
| -rw-r--r-- | server/lib/schemas/Subscription.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/schemas/Subscription.js b/server/lib/schemas/Subscription.js index 8d0b10e..8315009 100644 --- a/server/lib/schemas/Subscription.js +++ b/server/lib/schemas/Subscription.js @@ -15,7 +15,7 @@ var SubscriptionSchema = new mongoose.Schema({ plans: [{ tier: { type: String }, monthly: { type: Boolean }, - }] + }], created_at: { type: Date, default: Date.now }, updated_at: { type: Date, default: Date.now }, |
