Package: ilohamail
Version: 0.8.14-0rc3
Severity: important

Last "create table" statement misses cache_ts, but defines a KEY on it.

CREATE TABLE cache(
        id int NOT NULL auto_increment,
        owner int NOT NULL,
        cache_key varchar(64),
        cache_data text,
        PRIMARY KEY(id),
        KEY id (id),
        KEY owner (owner),
        KEY cache_key (cache_key),
        KEY cache_ts (cache_ts),
        KEY volatile (volatile)
);

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages ilohamail depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-5    traditional model for Apache2
ii  debconf                      1.4.30.13   Debian configuration management sy
ii  php4                         4:4.3.10-16 server-side, HTML-embedded scripti
ii  postfix [mail-transport-agen 2.1.5-9     A high-performance mail transport 

-- debconf information:
  ilohamail/restart: false
* ilohamail/webserver_type: apache-ssl
* ilohamail/weblocation: /IlohaMail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to