]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_43.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_43.sql
index 60e3147b05500ad6586007b8b4868d3cab643744..fc1db99e55aed8e65538dfb308b82febfb4e500a 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 pattern_accounts add position integer not null default 0;
+
+COMMIT TRANSACTION;
\ No newline at end of file