X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_23.sql;h=ea3a9e85a78243647a8b97a6a3396f79855090d4;hp=5ceef0d58738a131361c8da9fc8d353fddc7299f;hb=390a653a4424bd146f73bca3e421a0be252ee443;hpb=81277d1635a9b15fef1614a096d94f8772e40735 diff --git a/app/src/main/res/raw/sql_23.sql b/app/src/main/res/raw/sql_23.sql index 5ceef0d5..ea3a9e85 100644 --- a/app/src/main/res/raw/sql_23.sql +++ b/app/src/main/res/raw/sql_23.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 profiles add future_dates integer; + +COMMIT TRANSACTION; \ No newline at end of file