Changeset 79 in subversion


Ignore:
Timestamp:
Nov 6, 2005 6:04:27 PM (8 years ago)
Author:
roundcube
Message:

Added 'changed' col to contacts table and support for 160-bit session hashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/SQL/mysql.initial.sql

    r75 r79  
    3131  `contact_id` int(10) unsigned NOT NULL auto_increment, 
    3232  `user_id` int(10) unsigned NOT NULL default '0', 
     33  `changed` datetime NOT NULL default '0000-00-00 00:00:00', 
    3334  `del` enum('0','1') NOT NULL default '0', 
    3435  `name` varchar(128) NOT NULL default '', 
Note: See TracChangeset for help on using the changeset viewer.