/[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, Thu Nov 30 01:44:57 2006 UTC revision 1.4.2.1, Tue Oct 9 09:09:42 2007 UTC
# Line 8  function user_tags_install() { Line 8  function user_tags_install() {
8        $query1 = db_query("CREATE TABLE {term_user} (        $query1 = db_query("CREATE TABLE {term_user} (
9                    vid int(10) unsigned NOT NULL default '0',                    vid int(10) unsigned NOT NULL default '0',
10                    tid int(10) unsigned NOT NULL default '0',                    tid int(10) unsigned NOT NULL default '0',
11                    uid int(10) unsigned NOT NULL default '0'                    uid int(10) unsigned NOT NULL default '0',
12                      PRIMARY KEY  (`tid`,`uid`)
13                  ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */;");                  ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */;");
14    
15        $query2 = db_query("CREATE TABLE {user_tags_vocabulary} (        $query2 = db_query("CREATE TABLE {user_tags_vocabulary} (

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

  ViewVC Help
Powered by ViewVC 1.1.2