🎉 Add task deduplication by label

This commit is contained in:
Andrey Antukh
2022-12-13 23:13:11 +01:00
parent ae79ee435e
commit d7459db292
3 changed files with 47 additions and 17 deletions

View File

@@ -268,6 +268,9 @@
{:name "0086-add-webhook-delivery-table"
:fn (mg/resource "app/migrations/sql/0086-add-webhook-delivery-table.sql")}
{:name "0087-mod-task-table"
:fn (mg/resource "app/migrations/sql/0087-mod-task-table.sql")}
])