]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_16.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_16.sql
index 0c71dd883fa17870e4515452d59ca096c5290c3c..3bf8cc96ab00b39314125eaebf6a3a1b11fa1541 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 profiles add order_no integer;
+
+COMMIT TRANSACTION;
\ No newline at end of file