]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_28.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_28.sql
index 8ec5fb6b44905f010368a0c2b5cf3b68b4795101..f392fda10f9adc79742968e59de0677d85e02efa 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 default_commodity varchar;
+
+COMMIT TRANSACTION;
\ No newline at end of file