diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-30 02:14:26 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-30 02:14:26 -0500 |
| commit | f637ab20dead5bfdb1430f08b2845bded392c6e6 (patch) | |
| tree | b4ad1e1d81c5f225e49f854431f2d25f8776d5a6 /server/lib/schemas/Subscription.js | |
| parent | 6f792ab8b762b3a808aae8d4b6f3a2caaacfe6b1 (diff) | |
| parent | bc2b23459714fbdde6b990b3f9d574b3d7224f03 (diff) | |
Merge branch 'subscriptions' of github.com:okfocus/vvalls into subscriptions
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 }, }], |
