~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to MySQL/0.7.3.sql

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# New to 0.7.3
 
2
# This table is needed only if you would like to
 
3
# store log entries in the MySQL backend.
 
4
# See conf/conf.inc for more information on the 
 
5
# log feature.
 
6
 
 
7
CREATE TABLE user_log(
 
8
        logTime datetime,
 
9
        logTimeStamp int(12),
 
10
        userID int,
 
11
        account text,
 
12
        action text,
 
13
        comment text,
 
14
        ip varchar(15)
 
15
);
 
 
b'\\ No newline at end of file'