]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_25.sql
table for profile currencies (commodities), comment for transaction_accounts
[mobile-ledger.git] / app / src / main / res / raw / sql_25.sql
diff --git a/app/src/main/res/raw/sql_25.sql b/app/src/main/res/raw/sql_25.sql
new file mode 100644 (file)
index 0000000..d797a36
--- /dev/null
@@ -0,0 +1 @@
+create table currencies(id integer not null primary key, name varchar not null, position varchar not null, has_gap boolean not null);
\ No newline at end of file