mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Encrypt more stuff in the cleanup routine [skip ci]
This commit is contained in:
@@ -219,7 +219,7 @@ class Cleanup
|
|||||||
unset($set, $entry, $amount);
|
unset($set, $entry, $amount);
|
||||||
|
|
||||||
// encrypt piggy bank repetition currentamount
|
// encrypt piggy bank repetition currentamount
|
||||||
$set = PiggyBankRepetition::whereNull('amount_encrypted')->take(5)->get();
|
$set = PiggyBankRepetition::whereNull('currentamount_encrypted')->take(5)->get();
|
||||||
/** @var PiggyBankRepetition $entry */
|
/** @var PiggyBankRepetition $entry */
|
||||||
foreach ($set as $entry) {
|
foreach ($set as $entry) {
|
||||||
$count++;
|
$count++;
|
||||||
|
Reference in New Issue
Block a user