]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_2.sql
store transaction description history upon database refresh
[mobile-ledger.git] / app / src / main / res / raw / sql_2.sql
diff --git a/app/src/main/res/raw/sql_2.sql b/app/src/main/res/raw/sql_2.sql
new file mode 100644 (file)
index 0000000..bd27382
--- /dev/null
@@ -0,0 +1 @@
+create table description_history(description varchar not null primary key, keep boolean);
\ No newline at end of file