/[drupal]/contributions/modules/listhandler/listhandler.mysql
ViewVC logotype

Contents of /contributions/modules/listhandler/listhandler.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Thu Jun 30 23:23:46 2005 UTC (4 years, 4 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-beta2, DRUPAL-6--1-0, DRUPAL-5--1-0-beta1, DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-6, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.4: +1 -2 lines
Improved version sponsored by CivicSpaceLabs.
1 CREATE TABLE listhandler (
2 lid int(10) unsigned not null auto_increment primary key,
3 msgid varchar(255) not null,
4 nid int(10) NOT NULL default '0',
5 cid int(10) NOT NULL default '0',
6 pid int(10) NOT NULL default '0',
7 uid int(10) NOT NULL default '0',
8 mid int(10) NOT NULL default '0',
9 tid int(10) NOT NULL default '0',
10 key (lid)
11 );
12 ALTER TABLE mailhandler ADD prefix varchar(255) not null DEFAULT '';

  ViewVC Help
Powered by ViewVC 1.1.2