thaberkern/timehive

Initial doctrine:migrate throws an error

trivoallan opened this issue · 2 comments

I cannot perform installation as described int the documentation :

$ ./symfony doctrine:drop-db --env=prod --no-confirmation && ./symfony doctrine:create-db --env=prod && ./symfony doctrine:migrate --env=prod
>> doctrine  Dropping "doctrine" database
>> doctrine  Creating "prod" environment "doctrine" database
>> doctrine  Migrating from version 0 to 34
                                                                                                       
  The following errors occurred:                                                                       
                                                                                                       
   - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'timehive.tb_credential' doesn't exist                                                                                                      

Fixed in 1.0.2

Indeed, thanks :)