]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_21.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_21.sql
index 70602319d506e653fad05fcdc093845bcd6f7bfc..d7c08fddd710d6ef143984bf19b510fa6eeb238e 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 accounts add amounts_expanded boolean default 0;
+
+COMMIT TRANSACTION;
\ No newline at end of file