mirror of https://github.com/apache/cloudstack.git
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:
parent
d310b7fa0a
commit
996e7746c8
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue