Ignore:
Timestamp:
Apr 9, 2014, 11:21:43 PM (10 years ago)
Author:
rvelices
Message:

bug 3070 make tag names case insesitive in the db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/piwigo_structure-mysql.sql

    r25801 r28143  
    304304CREATE TABLE `piwigo_tags` (
    305305  `id` smallint(5) unsigned NOT NULL auto_increment,
    306   `name` varchar(255) binary NOT NULL default '',
     306  `name` varchar(255) NOT NULL default '',
    307307  `url_name` varchar(255) binary NOT NULL default '',
    308308  PRIMARY KEY  (`id`),
Note: See TracChangeset for help on using the changeset viewer.