From 29c3a6071119270c9cdb5402293f9ba92eec61f1 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 7 Dec 2018 05:42:40 +0000 Subject: [PATCH] first DB revision! add a keep flag to accounts/values to ease synchronization --- app/src/main/res/raw/sql_1.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 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 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 -- 2.39.2