Menu

#3950 missing schema for badge_ids

Slash 2.5/3.0
open
nobody
5
2007-08-07
2007-08-07
shane
No

the sql/mysql/upgrades file has the schema and inserts for the badge_ids table. but the default schema when you do an install doesn't have it.

# For badges
CREATE TABLE badge_ids (
badge_id tinyint UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
badge_text varchar(32) NOT NULL DEFAULT '',
badge_url varchar(255) NOT NULL DEFAULT '',
badge_icon varchar(32) NOT NULL DEFAULT ''
) TYPE=InnoDB;

It was added to the upgrades file in T_2_5_0_150. This'd be an easy fix.

Discussion

  • shane

    shane - 2007-08-07

    patch to fix this

     
  • shane

    shane - 2007-08-07

    Logged In: YES
    user_id=52587
    Originator: YES

    File Added: slashcode-bug-1769272.patch.txt

     

Log in to post a comment.

Monday.com Logo