]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_23.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_23.sql
index 5ceef0d58738a131361c8da9fc8d353fddc7299f..ea3a9e85a78243647a8b97a6a3396f79855090d4 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 future_dates integer;
+
+COMMIT TRANSACTION;
\ No newline at end of file