This commit is contained in:
Frank Dillon 2007-05-04 19:48:59 +00:00
parent 3867842b35
commit 0d8bd93a3e
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,7 @@ sub addStorageTranslation {
$session->db->write(
"CREATE TABLE IF NOT EXISTS storageTranslation (
guidValue VARCHAR(22) BINARY,
hexValue VARCHAR(22) BINARY,
hexValue VARCHAR(32) BINARY,
PRIMARY KEY (guidValue)
)"
);