]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_50.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_50.sql
index 33395f2fd7d58329672d03febfc755d322973d9b..5dce5c7f73d798b81c662a09993320a70116e612 100644 (file)
@@ -13,5 +13,8 @@
 -- 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 test_text text;
+
+COMMIT TRANSACTION;
\ No newline at end of file