julien-nc / cospend-nc

💰 💲hared budget manager Nextcloud app
GNU Affero General Public License v3.0
225 stars 29 forks source link

database error when installing Cospend 1.5.12 #235

Open nowatbuer opened 9 months ago

nowatbuer commented 9 months ago

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?

julien-nc commented 9 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.

nowatbuer commented 9 months ago

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.