/[drupal]/contributions/modules/zeitgeist/zeitgeist.mysql40
ViewVC logotype

Contents of /contributions/modules/zeitgeist/zeitgeist.mysql40

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


Revision 1.1 - (show annotations) (download)
Fri Mar 10 20:20:48 2006 UTC (3 years, 8 months ago) by fgm
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0-rc2, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Added MySQL 4.0 support, per issue http://drupal.org/node/53289
1 CREATE TABLE IF NOT EXISTS `zeitgeist` (
2 `search` varchar(80) NOT NULL default '',
3 `category` varchar(5) NOT NULL default 'node',
4 `ts` int(11) NOT NULL default '0',
5 KEY `search` (`search`)
6 ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */;

  ViewVC Help
Powered by ViewVC 1.1.2