X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_21.sql;h=d7c08fddd710d6ef143984bf19b510fa6eeb238e;hp=70602319d506e653fad05fcdc093845bcd6f7bfc;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_21.sql b/app/src/main/res/raw/sql_21.sql index 70602319..d7c08fdd 100644 --- a/app/src/main/res/raw/sql_21.sql +++ b/app/src/main/res/raw/sql_21.sql @@ -13,4 +13,8 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + alter table accounts add amounts_expanded boolean default 0; + +COMMIT TRANSACTION; \ No newline at end of file