Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / articles [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
03 Aug 2002 00:29:26 | postnuke_modules/articles | pninit.php,1.17,1.18 | Mike |
some much-needed indexes |
Update of /home/cvsroot/postnuke_modules/articles In directory ns7.hostnuke.net:/tmp/cvs-serv31138 Modified Files: pninit.php Log Message: some much-needed indexes Index: pninit.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pninit.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** pninit.php 29 Jul 2002 14:56:35 -0000 1.17 --- pninit.php 3 Aug 2002 00:29:24 -0000 1.18 *************** *** 72,76 **** $articlescolumn[pages] INT UNSIGNED NOT NULL, $articlescolumn[language] VARCHAR(30) NOT NULL DEFAULT '', ! PRIMARY KEY(pn_aid))"; $dbconn->Execute($sql); --- 72,80 ---- $articlescolumn[pages] INT UNSIGNED NOT NULL, $articlescolumn[language] VARCHAR(30) NOT NULL DEFAULT '', ! PRIMARY KEY(pn_aid), ! KEY $articlescolumn[authorid] ($articlescolumn[authorid]), ! KEY $articlescolumn[pubtypeid] ($articlescolumn[pubtypeid]), ! KEY $articlescolumn[pubdate] ($articlescolumn[pubdate]) ! )"; $dbconn->Execute($sql);
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |