Delni / mercury

Mercury is the budget planner of the 21st century ! Based on Electron, it can be deployed in on virtually any OS
MIT License
129 stars 18 forks source link

Migrations and SASS fix #18

Closed MeikelLP closed 6 years ago

MeikelLP commented 6 years ago

relates to #17

Migrator works as follows:

There are two types of databases: A migratable one and a legacy one.

Currently, there is no feedback for the user to know that the database got migrated. This might be ok because the most frequent use case of this app is creating changing the existing database and read from it. So most users probably safe every 1-2 times they open up Mercury.

More information about how the migrator actually works can be found in its file under src/util/migrator.js