When i add a new storage this error appears to me into the log.
SQL-ERR 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'DoDelete' in 'field list'', statement was 'INSERT INTO Storage set `Name` = 'STORAGE_4TB', `Path` = '/storage_4TB', `Url` = NULL, `ServerId` = '1', `Type` = 'local', `Scheme` = 'Medium', `DoDelete` = '1'' params:
And the storage does not appear to me.
Error when add a new storage
Re: Error when add a new storage
I'll try to get an update out tomorrow (the 11th) to fix this. In the meantime
paste into mysql
ALTER TABLE `Storage` ADD `DoDelete` BOOLEAN NOT NULL default true AFTER `ServerId`
paste into mysql
ALTER TABLE `Storage` ADD `DoDelete` BOOLEAN NOT NULL default true AFTER `ServerId`
Re: Error when add a new storage
Yes, all right now.
One question, what's StorageDoDelete ?
One question, what's StorageDoDelete ?