]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_29.sql
add an index on transactions(description)
[mobile-ledger.git] / app / src / main / res / raw / sql_29.sql
diff --git a/app/src/main/res/raw/sql_29.sql b/app/src/main/res/raw/sql_29.sql
new file mode 100644 (file)
index 0000000..0301ba3
--- /dev/null
@@ -0,0 +1 @@
+create index idx_transaction_description on transactions(description);
\ No newline at end of file