Open nowatbuer opened 11 months ago
Try to remove line 32 ('length' => 1,
) of cospend/lib/Migration/Version010511Date20231012151740.php
and install it again.
This migration step is pretty basic, just adding a number column. I don't see what could be wrong on the Cospend side.
unfortunately the removal does not change anything: Database error when running migration 010511Date20231012151740 for app cospend Unknown database type polygon requested, Doctrine\DBAL\Platforms\MariaDb1027Platform may not support it.
On nextcloud 27.1.3 with mariadb 10.4 I get this error when installing Cospend 1.5.12: Database error when running migration 010511Date20231012151740 for app cospend Unknown database type polygon requested, Doctrine\DBAL\Platforms\MariaDb1027Platform may not support it.
I have dropped all tables that belong to cospend: occospend* but the problem is still there when I try to install cospend again. Any ideas?