changes
This commit is contained in:
parent
3867842b35
commit
0d8bd93a3e
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
)"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue