mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-26 00:06:34 -06:00
Add forgotten migration [skip ci]
This commit is contained in:
parent
8a2497fc67
commit
c86c5ccfe9
@ -35,6 +35,7 @@ class TransactionTypeSeeder extends Seeder
|
||||
TransactionType::DEPOSIT,
|
||||
TransactionType::TRANSFER,
|
||||
TransactionType::OPENING_BALANCE,
|
||||
TransactionType::RECONCILIATION,
|
||||
];
|
||||
|
||||
foreach ($types as $type) {
|
||||
|
Loading…
Reference in New Issue
Block a user