Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update log.sql
Browse files Browse the repository at this point in the history
Change in These files have been missed due to other changes
  • Loading branch information
andypmuc committed Dec 30, 2013
1 parent f65a519 commit 3ca233e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/plugins/log.sql/README.txt
Expand Up @@ -44,8 +44,8 @@ table structure
| remote_ip | VARCHAR(32) | YES | | NULL | |
| severity | enum('DEBUG','INFO','NOTICE','WARNING','ERROR') | YES | | NULL | |
| user | varchar(255) | YES | | NULL | |
| message | varchar(255) | YES | | NULL | |
| params | varchar(255) | YES | | NULL | |
| message | TEXT | YES | | NULL | |
| params | TEXT | YES | | NULL | |
+-----------+-------------------------------------------------+------+-----+---------+----------------+

// ORIGINAL
Expand All @@ -57,4 +57,4 @@ The severity is normalised to ensure we only record valid log severity levels. T
This file is part of the Pydio distribution.


Contribution by Mosen : greetings!
Contribution by Mosen : greetings!

0 comments on commit 3ca233e

Please sign in to comment.