kimai / DemoBundle

Kimai Demo bundle for developers, who want to create a plugin and extend the time-tracking experience
MIT License
16 stars 11 forks source link

Error running `kimai:bundle:demo:install` on new installation #5

Closed ymarkus closed 2 years ago

ymarkus commented 2 years ago

I set kimai up by following the documentation (development install), and kimai (in dev environment) is working fine.

Then I cloned this repo into var/plugins. When I run bin/console kimai:bundle:demo:install, I get following error:

❯ bin/console kimai:bundle:demo:install

Starting installation of plugin: DemoBundle ...
===============================================

 [ERROR] Failed to install database for bundle DemoBundle. Migrations configuration key "name" does not exist.

Commenting out the line just moves the error to "table_name" does not exist

kevinpapst commented 2 years ago

Huh, I haven't installed this bundle in ages.

Thanks for the PR.