thomascube
2008-07-31 62e54249df84f7d8a1d9af2f6d5a978bbba78bb5
SQL/mysql.initial.sql
@@ -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`)
);