/[drupal]/contributions/modules/user_tags/user_tags.install
ViewVC logotype

Diff of /contributions/modules/user_tags/user_tags.install

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

revision 1.4.4.1, Wed Jun 13 00:46:41 2007 UTC revision 1.4.4.2, Tue Oct 9 13:06:40 2007 UTC
# Line 12  function user_tags_install() { Line 12  function user_tags_install() {
12                  ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */;");                  ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */;");
13    
14        $query2 = db_query("CREATE TABLE {user_tags_vocabulary} (        $query2 = db_query("CREATE TABLE {user_tags_vocabulary} (
15                      rid int(10) unsigned NOT NULL auto_increment,                    rid int(10) unsigned NOT NULL auto_increment,
16                          vid int(10) unsigned NOT NULL default '0',                          vid int(10) unsigned NOT NULL default '0',
17                          label_profile Varchar(255) NOT NULL,                          label_profile Varchar(255) NOT NULL,
18                          label_overview Varchar(255) NOT NULL,                          label_overview Varchar(255) NOT NULL,

Legend:
Removed from v.1.4.4.1  
changed lines
  Added in v.1.4.4.2

  ViewVC Help
Powered by ViewVC 1.1.2