diff options
| author | Spp <spp@jorge.gr> | 2013-11-11 14:34:44 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2013-11-11 14:35:16 +0100 |
| commit | cd486622333c9d0c725e882d149fe8d4ad342e2a (patch) | |
| tree | fee3c2d8bba1828c2577fc9feac89c021ee8be74 /sql/updates | |
| parent | 79a2d6b7fc9e516435ff6e035ad869aad1cae876 (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.sql | 2 |
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); + |
