2016-03-17 16:34:36 +09:00
|
|
|
// Telescope.newsletter = {};
|
2016-02-24 10:27:46 +09:00
|
|
|
|
2016-03-17 16:34:36 +09:00
|
|
|
// var campaignSchema = new SimpleSchema({
|
|
|
|
// _id: {
|
|
|
|
// type: String,
|
|
|
|
// optional: true
|
|
|
|
// },
|
|
|
|
// createdAt: {
|
|
|
|
// type: Date,
|
|
|
|
// optional: true
|
|
|
|
// },
|
|
|
|
// sentAt: {
|
|
|
|
// type: String,
|
|
|
|
// optional: true
|
|
|
|
// },
|
|
|
|
// status: {
|
|
|
|
// type: String,
|
|
|
|
// optional: true
|
|
|
|
// },
|
|
|
|
// posts: {
|
|
|
|
// type: [String],
|
|
|
|
// optional: true
|
|
|
|
// },
|
|
|
|
// webHits: {
|
|
|
|
// type: Number,
|
|
|
|
// optional: true
|
|
|
|
// },
|
|
|
|
// });
|
2016-02-24 10:27:46 +09:00
|
|
|
|
2016-03-17 16:34:36 +09:00
|
|
|
// const Campaigns = new Meteor.Collection("campaigns", {
|
|
|
|
// schema: campaignSchema
|
|
|
|
// });
|
2016-02-24 10:27:46 +09:00
|
|
|
|
2016-04-05 11:03:53 +09:00
|
|
|
|
2016-03-17 16:34:36 +09:00
|
|
|
|
|
|
|
// export default Campaigns;
|