]> 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 dea27a7790395b8ecb7155462b4f23d472255ab8..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;
+
+COMMIT TRANSACTION;
\ No newline at end of file