fixed: Thingy: System tables created for new things are not forced to use charset=utf8
This commit is contained in:
parent
9ecb69ac94
commit
abcf011916
2 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@
|
|||
- fixed: Gallery image information now does not overlap the snapshot. Changed css .wgSnapshot to be 25% vs 20%.
|
||||
- fixed: ITransact now defaults to using shipping address for billing address. This prevents an
|
||||
issue when users neglect to select a proper billing address.
|
||||
- fixed: Thingy: System tables created for new things are not forced to use
|
||||
charset=utf8
|
||||
|
||||
7.5.19
|
||||
- fixed: paginator doesn't show correct number of page links with a limit applied
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ sub addThing {
|
|||
lastUpdated int not null,
|
||||
ipAddress varchar(255),
|
||||
primary key (thingDataId)
|
||||
)");
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8");
|
||||
|
||||
return $newThingId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue