]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_52.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_52.sql
index 86e3cb2f7a56767d3c963e687373b7439c51eb11..0d85d687a9e1a4252c9d0e43dbc35eb95203ae66 100644 (file)
@@ -13,5 +13,9 @@
 -- 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;
+
 create index if not exists fk_pattern_accounts_pattern on pattern_accounts(pattern_id);
 create index if not exists fk_pattern_accounts_currency on pattern_accounts(currency);
+
+COMMIT TRANSACTION;
\ No newline at end of file