From cd486622333c9d0c725e882d149fe8d4ad342e2a Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 11 Nov 2013 14:34:44 +0100 Subject: Core/Logging: Minor changes - Select stderr when writing ERROR and FATAL messages - Simplify function defines - Fix `logs` table structure with latest logging changes --- sql/updates/auth/2013_11_11_00_auth_logs.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/auth/2013_11_11_00_auth_logs.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/2013_11_11_00_auth_logs.sql b/sql/updates/auth/2013_11_11_00_auth_logs.sql new file mode 100644 index 00000000000..4e4daa10e4b --- /dev/null +++ b/sql/updates/auth/2013_11_11_00_auth_logs.sql @@ -0,0 +1,2 @@ +ALTER TABLE `logs` CHANGE `type` `type` varchar(250); + -- cgit v1.2.3