Added AND/OR toggle to alerts.
This commit is contained in:
@@ -34,5 +34,9 @@ exports.down = async (knex) => {
|
||||
table.dropColumn('all');
|
||||
});
|
||||
|
||||
await knex.schema.alterTable('alerts_entities', (table) => {
|
||||
table.unique('alert_id');
|
||||
});
|
||||
|
||||
await knex.schema.dropTable('alerts_matches');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user