CS-15007: S3 SQLGrammarException exception in awsapi.log

Status CS-15007: Resolved-Fixed

Fixing typo in DB schema. Credits to JohnZ for the fix
This commit is contained in:
Salvatore Orlando 2012-05-21 11:20:57 +01:00
parent d310b7fa0a
commit 996e7746c8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ CREATE TABLE shost (
MHostID BIGINT, -- when host type is local, MHostID points to its owner management host
UserOnHost VARCHAR(64),
UserPasssword VARCHAR(128),
UserPassword VARCHAR(128),
PRIMARY KEY(ID)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;