X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_17.sql;h=2da2ae32428289b05aaa5b3524706c5e6ab1b734;hp=cfe1bb22a3b4ae6b7a70383e6ed6bff63c10d6c4;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_17.sql b/app/src/main/res/raw/sql_17.sql index cfe1bb22..2da2ae32 100644 --- a/app/src/main/res/raw/sql_17.sql +++ b/app/src/main/res/raw/sql_17.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 profiles add permit_posting boolean default 0; update profiles set permit_posting = 1; + +COMMIT TRANSACTION; \ No newline at end of file