]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/raw/sql_25.sql
d797a3692d161ce714fe4c130b9278b14f165609
[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);