]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_36.sql
let SQL revision files control the transaction
[mobile-ledger.git] / app / src / main / res / raw / sql_36.sql
index 378eddc7b1ba72675536e26491662be7741c63a2..a7defcb763dce7d6f94d41107b2662e9d4bcdfc5 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 accounts add generation integer default 0;
 alter table account_values add generation integer default 0;
 alter table transactions add generation integer default 0;
 alter table transaction_accounts add generation integer default 0;
+
+COMMIT TRANSACTION;
\ No newline at end of file