Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/24/2005 04:28:02 AM (21 years ago)
Author:
matt
Message:

Wrong ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/upgrade-schema.php

    r78 r81  
    6767  tag varchar(30) NOT NULL default '',
    6868  raw_tag varchar(50) NOT NULL default '',
    69   PRIMARY KEY  (id)
     69  PRIMARY KEY  (`tag_id`)
    7070);
    7171CREATE TABLE $bbdb->tagged (
Note: See TracChangeset for help on using the changeset viewer.