This is a fresh new change in 4.7:
http://drupal.org/node/22218#utf8_sql

Comments

john.money’s picture

Just bumping this up to get this wonderful module 4.7 compliant...

CREATE TABLE simple_access_groups (
  gid int(10) NOT NULL default '0',
  name varchar(50) NOT NULL default '',
  weight int(3) NOT NULL default '0'
) TYPE=MyISAM
/*!40100 DEFAULT CHARACTER SET utf8 */ ;

CREATE TABLE simple_access_roles (
  gid int(10) NOT NULL default '0',
  rid int(10) NOT NULL default '0'
) TYPE=MyISAM
/*!40100 DEFAULT CHARACTER SET utf8 */ ;
Robrecht Jacques’s picture

Status: Active » Fixed

This has been fixed on Sun Mar 12 03:11:01 2006 UTC (3 months, 1 week ago) by gordon.

Anonymous’s picture

Status: Fixed » Closed (fixed)