/[gnuheter]/gnuheter/tables/db_create.sql
ViewVC logotype

Diff of /gnuheter/tables/db_create.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by aron, Wed Oct 30 20:32:42 2002 UTC revision 1.4 by pawal, Sun Nov 3 13:45:52 2002 UTC
# Line 98  CREATE TABLE comments ( Line 98  CREATE TABLE comments (
98    PRIMARY KEY  (tid),    PRIMARY KEY  (tid),
99    KEY idx_comments_sid (sid),    KEY idx_comments_sid (sid),
100    KEY idx_comments_date (date),    KEY idx_comments_date (date),
101      KEY idx_comments_name (name),
102    KEY idx_comments_pid (pid)    KEY idx_comments_pid (pid)
103  ) TYPE=MyISAM;  ) TYPE=MyISAM;
104    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26