X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_22.sql;h=a1780f02bd49fbd6311bbe08562b572c7b771656;hb=390a653a4424bd146f73bca3e421a0be252ee443;hp=7b32f531d2a088ac1bfe2e3e073fc90617cc74c7;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_22.sql b/app/src/main/res/raw/sql_22.sql index 7b32f531..a1780f02 100644 --- a/app/src/main/res/raw/sql_22.sql +++ b/app/src/main/res/raw/sql_22.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 preferred_accounts_filter varchar; + +COMMIT TRANSACTION; \ No newline at end of file