X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_4.sql;h=5ae73aaddb50a9db8a8adc0dcce4a58d39ebaef5;hp=e2fce1102b1b19a329eec5effa675488719a64eb;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_4.sql b/app/src/main/res/raw/sql_4.sql index e2fce110..5ae73aad 100644 --- a/app/src/main/res/raw/sql_4.sql +++ b/app/src/main/res/raw/sql_4.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 hidden boolean default 0; update accounts set hidden = 0; + +COMMIT TRANSACTION; \ No newline at end of file