fixed: Thingy: System tables created for new things are not forced to use charset=utf8

This commit is contained in:
Yung Han Khoe 2008-08-09 12:00:08 +00:00
parent 9ecb69ac94
commit abcf011916
2 changed files with 3 additions and 1 deletions

View file

@ -137,7 +137,7 @@ sub addThing {
lastUpdated int not null,
ipAddress varchar(255),
primary key (thingDataId)
)");
) ENGINE=MyISAM DEFAULT CHARSET=utf8");
return $newThingId;
}