]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_5.sql
profiles: ensure single instance per profile, fix havoc on add/removal of a profile
[mobile-ledger.git] / app / src / main / res / raw / sql_5.sql
1 alter table accounts add level integer;
2 alter table accounts add parent varchar;