X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_19.sql;h=d278070da769dd26d11fe2221ed0bfb46ce37a63;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=7221d57fe935e4aeec0d1956a8c9dbfcf12e4c21;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_19.sql b/app/src/main/res/raw/sql_19.sql index 7221d57f..d278070d 100644 --- a/app/src/main/res/raw/sql_19.sql +++ b/app/src/main/res/raw/sql_19.sql @@ -13,5 +13,9 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + alter table accounts add expanded default 1; update accounts set expanded = 1; + +COMMIT TRANSACTION; \ No newline at end of file