mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1383
This commit is contained in:
parent
a9dd8eb9e7
commit
9a0c0f6d21
@ -152,7 +152,7 @@ class UpgradeDatabase extends Command
|
|||||||
RuleTrigger::create(
|
RuleTrigger::create(
|
||||||
[
|
[
|
||||||
'rule_id' => $rule->id,
|
'rule_id' => $rule->id,
|
||||||
'trigger_type' => 'description_is',
|
'trigger_type' => 'description_contains',
|
||||||
'trigger_value' => $match,
|
'trigger_value' => $match,
|
||||||
'active' => 1,
|
'active' => 1,
|
||||||
'stop_processing' => 0,
|
'stop_processing' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user