/[drupal]/contributions/modules/ip2cc/ip2cc_addon.mysql
ViewVC logotype

Contents of /contributions/modules/ip2cc/ip2cc_addon.mysql

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


Revision 1.1 - (show annotations) (download)
Wed Feb 1 17:19:10 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1
added flag to node by types
1 CREATE TABLE ip2cc_node (
2 nid int(10) unsigned NOT NULL default '0',
3 hostname varchar(128) default NULL,
4 PRIMARY KEY (nid)
5 ) TYPE=MyISAM
6 /*!40100 DEFAULT CHARACTER SET utf8 */ ;

  ViewVC Help
Powered by ViewVC 1.1.2