]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_1.sql
first DB revision! add a keep flag to accounts/values to ease synchronization
[mobile-ledger.git] / app / src / main / res / raw / sql_1.sql
diff --git a/app/src/main/res/raw/sql_1.sql b/app/src/main/res/raw/sql_1.sql
new file mode 100644 (file)
index 0000000..2dfa141
--- /dev/null
@@ -0,0 +1,2 @@
+alter table accounts add keep boolean;
+alter table account_values add keep boolean;
\ No newline at end of file