aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-11-11 14:34:44 +0100
committerSpp <spp@jorge.gr>2013-11-11 14:35:16 +0100
commitcd486622333c9d0c725e882d149fe8d4ad342e2a (patch)
treefee3c2d8bba1828c2577fc9feac89c021ee8be74 /sql/updates
parent79a2d6b7fc9e516435ff6e035ad869aad1cae876 (diff)
Core/Logging: Minor changes
- Select stderr when writing ERROR and FATAL messages - Simplify function defines - Fix `logs` table structure with latest logging changes
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2013_11_11_00_auth_logs.sql2
1 files changed, 2 insertions, 0 deletions
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);
+