Initial doctrine:migrate throws an error
trivoallan opened this issue · 2 comments
trivoallan commented
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
thaberkern commented
Fixed in 1.0.2
trivoallan commented
Indeed, thanks :)