]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_25.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_25.sql
index ae9bb47f8904ac783ff4f536698fa41dcb984a00..6a02fcbecaeaa84c8f1e37f78033080d83a8cbb1 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;
+
 create table currencies(id integer not null primary key, name varchar not null, position varchar not null, has_gap boolean not null);
+
+COMMIT TRANSACTION;
\ No newline at end of file