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