diff options
| author | Julie Lala <jules@okfoc.us> | 2015-01-30 01:53:32 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-01-30 01:53:32 -0500 |
| commit | bc2b23459714fbdde6b990b3f9d574b3d7224f03 (patch) | |
| tree | 1618f37e21fade1b6b5fccb0d81af982df194b9d /server/lib/schemas/Subscription.js | |
| parent | 1d88890a988b255c915d0472297b18a2635f6433 (diff) | |
subscription routage & middleware
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 24c5096..44455a9 100644 --- a/server/lib/schemas/Subscription.js +++ b/server/lib/schemas/Subscription.js @@ -18,7 +18,7 @@ var SubscriptionSchema = new mongoose.Schema({ history: [{ action: { type: String }, - plan_id: { type: String }, + data: { type: String }, created_at: { type: Date, default: Date.now }, }], |
