mtierltd / timetracker

GNU Affero General Public License v3.0
82 stars 27 forks source link

Can't enable app in Nextcloud 22. #124

Closed severinkaderli closed 3 years ago

severinkaderli commented 3 years ago

When I try to enable the app (Version 0.0.59) in Nextcloud 22 I get the following error:

The appinfo/database.xml file is not longer supported. Used in timetracker
elpraga commented 3 years ago

Is there a fix coming up?

reinerj commented 3 years ago

yes

HieronymusCH commented 3 years ago

Can we be of any assistance?

mtierltd commented 3 years ago

Due to some not great design decisions in nextcloud, this is taking longer now as the database table names cannot be longer than 27 chars in migrations and because of that we need to rename our tables and make sure that your old tables are migrated over properly to the new one.

mtierltd commented 3 years ago

You can try and test commit 2917a4dc5b6be91d74d5ecea323e07b27a6f2e93 but make sure to have a database backup. You will probably have to run occ migrations:execute timetracker 000000Date20210719124731 manually, thank you nextcloud!

mtierltd commented 3 years ago

fixed by >0.0.60