From: Damyan Ivanov Date: Fri, 7 Dec 2018 05:42:40 +0000 (+0000) Subject: first DB revision! add a keep flag to accounts/values to ease synchronization X-Git-Tag: v0.3~308 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=29c3a6071119270c9cdb5402293f9ba92eec61f1 first DB revision! add a keep flag to accounts/values to ease synchronization --- diff --git a/app/src/main/res/raw/sql_1.sql b/app/src/main/res/raw/sql_1.sql new file mode 100644 index 00000000..2dfa1417 --- /dev/null +++ b/app/src/main/res/raw/sql_1.sql @@ -0,0 +1,2 @@ +alter table accounts add keep boolean; +alter table account_values add keep boolean; \ No newline at end of file