mysql-changes: add newlines

This commit is contained in:
Thomas Gelf 2015-06-29 10:14:08 +02:00
parent 854ba20451
commit 9fdfa63595
2 changed files with 4 additions and 2 deletions

View File

@ -15,3 +15,4 @@ CREATE TABLE icinga_user_inheritance (
ON DELETE RESTRICT
ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

View File

@ -15,3 +15,4 @@ CREATE TABLE icinga_timeperiod_inheritance (
ON DELETE RESTRICT
ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;