]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_25.sql
rename ic_clear_black_24dp.xml to avoid clash with a private SDK resource
[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);