X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_36.sql;h=a7defcb763dce7d6f94d41107b2662e9d4bcdfc5;hp=378eddc7b1ba72675536e26491662be7741c63a2;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_36.sql b/app/src/main/res/raw/sql_36.sql index 378eddc7..a7defcb7 100644 --- a/app/src/main/res/raw/sql_36.sql +++ b/app/src/main/res/raw/sql_36.sql @@ -12,7 +12,12 @@ -- -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . + +BEGIN TRANSACTION; + alter table accounts add generation integer default 0; alter table account_values add generation integer default 0; alter table transactions add generation integer default 0; alter table transaction_accounts add generation integer default 0; + +COMMIT TRANSACTION; \ No newline at end of file