]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_29.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_29.sql
index 16164b87dd47551589bac26ef0f2ebe8741d8346..a134a2251c4cccc39fe94b9172e12dfddd40c183 100644 (file)
@@ -12,4 +12,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 idx_transaction_description on transactions(description);
+
+COMMIT TRANSACTION;
\ No newline at end of file