]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_33.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_33.sql
index da442f8a481fb876eef60769a7cb52bbaaee61fa..c915ce2df7c56d7b1fe083dd7842eb1e9d1a1c5b 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;
+
 alter table transactions add comment varchar;
+
+COMMIT TRANSACTION;
\ No newline at end of file