mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Make sure fields are named properly
This commit is contained in:
parent
b733fa2961
commit
280762fff3
@ -68,6 +68,7 @@ class RenameMetaFields extends Command
|
||||
'sepa-ep' => 'sepa_ep',
|
||||
'sepa-ci' => 'sepa_ci',
|
||||
'sepa-batch-id' => 'sepa_batch_id',
|
||||
'external_uri' => 'external_url',
|
||||
];
|
||||
foreach ($changes as $original => $update) {
|
||||
$this->rename($original, $update);
|
||||
|
Loading…
Reference in New Issue
Block a user