Remove SET autocommit=0 in base.sql

- Fixes https://github.com/friendica/friendica-directory/issues/12
- Add transactions in SQL migration scripts
This commit is contained in:
Hypolite Petovan 2018-11-17 07:50:42 -05:00
commit 1960634797
6 changed files with 16 additions and 8 deletions

View file

@ -1,5 +1,3 @@
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
-- --------------------------------------------------------