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:
parent
b74921b5d8
commit
1960634797
6 changed files with 16 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
|||
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
|
||||
SET AUTOCOMMIT = 0;
|
||||
START TRANSACTION;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue