Work in progress on introducing tag language. Not tested yet.

This commit is contained in:
Tomas Bures 2019-07-03 11:58:58 +02:00
parent 450b930cc5
commit 00e328a914
21 changed files with 2154 additions and 1909 deletions

View file

@ -7,7 +7,7 @@ exports.up = (knex, Promise) => (async() => {
data.listId = queuedEntry.list;
data.subscriptionId = queuedEntry.subscription;
knex('queued')
await knex('queued')
.where('id', queuedEntry.id)
.update({
data: JSON.stringify(data)