nazrinharris / pecunia

Massively ambitious personal finance app.
1 stars 0 forks source link

Update creation or opening of database to append the `uid` #145

Closed nazrinharris closed 10 months ago

nazrinharris commented 10 months ago

There are two things to be completed.

  1. Update the database connection code so that it creates a new db with the format pecunia_<uid>.db
  2. Add a "migration" of sorts, where if the user has a pecunia.db file, it copies it to the new named database.

Deed

Migration in double quotes because it's not a schema migration, it's copying from the old database to new database name. Mainly to make sure I don't lose my data on my main phone.

nazrinharris commented 10 months ago

Should be completed with e03bc41 in #132