]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_44.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_44.sql
index b6d1cc08d5611051c93b32a7b8f1676e97e724c7..15d54bd4e15f85112fc6012c0e048ce1effef7d7 100644 (file)
 -- You should have received a copy of the GNU General Public License
 -- along with MoLe. If not, see <https://www.gnu.org/licenses/>.
 
+BEGIN TRANSACTION;
+
 alter table patterns add transaction_description_match_group short;
 alter table patterns add transaction_comment_match_group short;
 alter table patterns add date_year short;
 alter table patterns add date_month short;
 alter table patterns add date_day short;
+
+COMMIT TRANSACTION;
\ No newline at end of file