From 84cb2c417ed087372ebb1fe92f56ebe246202eed Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Tue, 9 Jun 2015 12:53:38 +0200 Subject: [PATCH] Schema: Add todo list points --- schema/mysql.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/mysql.sql b/schema/mysql.sql index 735a4385..82eef2d2 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -1,4 +1,10 @@ -- TODO: everywhere: ctime, mtime! +-- apply_rules +-- features +-- implicit ApiListener +-- dependencies +-- notifications +-- scheduled downtimes SET sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER';