alecpl
2008-10-07 a22cb65adbde7e7b101d2c950b617eaec6f5c790
SQL/mysql.initial.sql
@@ -55,7 +55,7 @@
  `email` varchar(128) NOT NULL,
  `reply-to` varchar(128) NOT NULL default '',
  `bcc` varchar(128) NOT NULL default '',
  `signature` text NOT NULL default '',
  `signature` text,
  `html_signature` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`identity_id`),
  KEY `user_id` (`user_id`)
@@ -119,6 +119,7 @@
  `headers` text NOT NULL,
  `structure` text,
  PRIMARY KEY (`message_id`),
  INDEX `created_index` (`created`),
  UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`)
);