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