]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_24.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_24.sql
index 2ee781720da364260f8bdbd5baf5e7ccd0e0c653..268922d7df0940f89055bbf706b72d2c4bb64b17 100644 (file)
@@ -13,4 +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 profiles add api_version integer;
+
+COMMIT TRANSACTION;
\ No newline at end of file