A NOTE has been added to this issue. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=251 
====================================================================== 
Reported By:                kaname
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   251
Category:                   Database layer
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             18-Aug-05 05:36 CEST
Last Modified:              08-Feb-06 07:42 CET
====================================================================== 
Summary:                    Missing table definition (postgresql)
Description: 
The table definition of postgresql is wrong. 

The patch was made compared with the definition of MySQL.

Please confirm it.

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0000225 Missing table definition in the file sq...
====================================================================== 

---------------------------------------------------------------------- 
 kaname - 18-Aug-05 06:01  
---------------------------------------------------------------------- 
This problem is the same as 0000224 and 0000225. 

---------------------------------------------------------------------- 
 aaron - 08-Feb-06 07:42  
---------------------------------------------------------------------- 
Should this table...

CREATE TABLE dbmail_datefield (
        physmessage_id  INT8 NOT NULL
                        REFERENCES dbmail_physmessage(id)
                        ON UPDATE CASCADE ON DELETE CASCADE,
        id              INT8 DEFAULT
nextval('dbmail_datefield_idnr_seq'),
        datefield       VARCHAR(100) NOT NULL DEFAULT '',
        PRIMARY KEY (id)
);

Be...

-       datefield       VARCHAR(100) NOT NULL DEFAULT '',
+       datefield       TIMESTAMP NOT NULL DEFAULT '1970-01-01 00:00:00',

? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
18-Aug-05 05:36 kaname         New Issue                                    
18-Aug-05 05:36 kaname         File Added: add_sql.patch                    
18-Aug-05 06:01 kaname         Note Added: 0000842                          
08-Feb-06 07:39 aaron          Relationship added       duplicate of 0000225
08-Feb-06 07:42 aaron          Note Added: 0000988                          
======================================================================

Reply via email to