diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-12 04:20:58 +0200 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-12 04:20:58 +0200 |
commit | a55f00a2ad0ab094a0c97652e7a05f9c8553547a (patch) | |
tree | 3fd6e0fb45c73722bbe31f51e55ef8528212c4f4 /sql/base | |
parent | a3adf6a2b95427b7e6322b62e53a2fbf6ced7871 (diff) |
Update sql/base/auth_database.sql
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/auth_database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 14aaa4658e9..a052a74c837 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -143,6 +143,7 @@ CREATE TABLE `logs` ( `time` int(10) unsigned NOT NULL, `realm` int(10) unsigned NOT NULL, `type` tinyint(3) unsigned NOT NULL, + `level` tinyint(3) unsigned NOT NULL DEFAULT '0', `string` text CHARACTER SET latin1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; |