Work in progress on subscriptions

This commit is contained in:
Tomas Bures 2017-08-13 20:11:58 +02:00
parent d9211377dd
commit e73c0a8b28
42 changed files with 1558 additions and 678 deletions

View file

@ -1,4 +1,4 @@
const shareableEntityTypes = ['list', 'custom_form', 'report', 'report_template', 'namespace'];
const shareableEntityTypes = ['list', 'custom_form', 'template', 'campaign', 'report', 'report_template', 'namespace'];
exports.up = (knex, Promise) => (async() => {