]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_41.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_41.sql
index 5026276a897a096e96d85bfda2151dae7e41affb..1c9936d38c5770a702cadee0aeb7a2f6e2be8ac1 100644 (file)
 --
 -- 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 detected_version_pre_1_19 boolean;
 alter table profiles add detected_version_major integer;
-alter table profiles add detected_version_minor integer;
\ No newline at end of file
+alter table profiles add detected_version_minor integer;
+
+COMMIT TRANSACTION;
\ No newline at end of file