]> git.ktnx.net Git - mobile-ledger.git/blob - res/raw/sql_25.sql
bump androidx.constraintlayout library version
[mobile-ledger.git] / 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);