Skip to content

Commit

Permalink
cleanup(moneymanagerex#26): rename MMEXVERSION to CREATOR in INFOTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
slodki committed Aug 30, 2018
1 parent a691f42 commit ffdfc41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions incremental_upgrade/database_version_14.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ UPDATE BILLSDEPOSITS SET STATUS = STATUS || STATUS WHERE TRANSCODE = 'Transfer

DELETE FROM INFOTABLE WHERE INFONAME = 'DATAVERSION';

-- rename to something meaningful

UPDATE INFOTABLE SET INFONAME = 'CREATOR' WHERE INFONAME = 'MMEXVERSION';

-- finish

PRAGMA user_version = 14;

0 comments on commit ffdfc41

Please sign in to comment.