From 2774ac4ca46874e974abb0c460139d81dc3a8254 Mon Sep 17 00:00:00 2001 From: LaKing <LaKing@ispconfig3> Date: Mon, 02 May 2011 13:57:45 -0400 Subject: [PATCH] Update on Sites, adding the logs tab to see error logs. --- install/sql/incremental/upd_0011.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/sql/incremental/upd_0011.sql b/install/sql/incremental/upd_0011.sql new file mode 100644 index 0000000..8646c9e --- /dev/null +++ b/install/sql/incremental/upd_0011.sql @@ -0,0 +1,2 @@ +-- database patch for displaying error logs for the sites. +ALTER TABLE `web_domain` ADD `logs` MEDIUMTEXT NOT NULL ; \ No newline at end of file -- Gitblit v1.9.1