]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_19.sql
put account expansion bracket after the name, fix rotation animation
[mobile-ledger.git] / app / src / main / res / raw / sql_19.sql
diff --git a/app/src/main/res/raw/sql_19.sql b/app/src/main/res/raw/sql_19.sql
new file mode 100644 (file)
index 0000000..c2bdbaf
--- /dev/null
@@ -0,0 +1,2 @@
+alter table accounts add expanded default 1;
+update accounts set expanded = 1;
\ No newline at end of file