Image upload failed.<br>

Unknown column 'type' in 'field list'
SELECT `resource-id`, `id`, `filename`, type, max(`scale`) AS `scale`, `desc` FROM `photo` WHERE `uid` = 1 AND `album` = 'Profilbilder'
AND `scale` <= 4 GROUP BY `resource-id` ORDER BY `created` DESC LIMIT 0 , 20 returned false.
Unknown column 'type' in 'field list'
ALTER TABLE photo ADD type CHAR(128) NOT NULL DEFAULT 'image/jpeg' AFTER filename
I have no idea whats wrong
@Friendica Support