]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_12.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_12.sql
index 4ddd98dc394367c132b26df51e9eece339bd8225..a9baf1153c7b7b5dac04e2549a64dbe4b6215800 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;
+
 drop index un_profile_name;
+
+COMMIT TRANSACTION;
\ No newline at end of file