serversideup / financial-freedom

🔥🔥🔥 An open source alternative to Mint, YNAB, and more. Stay on budget and build wealth without sacrificing your privacy.
https://serversideup.net/open-source/financial-freedom/
GNU General Public License v3.0
1.67k stars 137 forks source link

Create Update Script #33

Closed danpastori closed 8 months ago

danpastori commented 3 years ago

As Stoic Money progresses, an update script will be essential. This will allow users to update their app without overwriting their customizations.

What We Need to Account For

Approach Create a command that when run takes into account the current version of the app and runs incremental upgrades.

php artisan stoic-money:update

Checks version and we have a script that loops until completely updated. If we are on version 1.0 and going to 1.1 then we run 1 update. If we are on version 1.0 and going to 1.9 then we run every update in between.