]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_25.sql
UI and machinery for detecting hledger-web version
[mobile-ledger.git] / app / src / main / res / raw / sql_25.sql
1 create table currencies(id integer not null primary key, name varchar not null, position varchar not null, has_gap boolean not null);