mirror of https://github.com/Icinga/icinga2.git
ido-mysql: Don't set the SQL mode to NO_AUTO_VALUE_ON_ZERO
This mode is obsolete because timestamp columns now default to NULL instead of '0000-00...'. refs #10502
This commit is contained in:
parent
1bb363091c
commit
0b9046a030
|
@ -6,15 +6,11 @@
|
|||
--
|
||||
-- -- --------------------------------------------------------
|
||||
|
||||
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
||||
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
|
||||
|
||||
--
|
||||
-- Database: icinga
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue