You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling ConnectionsBundle and NOT using ongr_sync_jobs and running Doctrine fixtures in the project, error is being thrown, because ongr_sync_jobs does not exist.
Table should not be required to exist. Any ideas how to do that?
$ app/console doctrine:fixtures:load --fixtures=./src/Acme/TestBundle/DataFixtures/ORM
Careful, database will be purged. Do you want to continue Y/N ?y
> purging database
[Doctrine\DBAL\Exception\TableNotFoundException]
An exception occurred while executing 'DELETE FROM ongr_sync_jobs':
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'project.ongr_sync_j
obs' doesn't exist
[Doctrine\DBAL\Driver\PDOException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'project.ongr_sync_j
obs' doesn't exist
[PDOException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'project.ongr_sync_j
obs' doesn't exist
The text was updated successfully, but these errors were encountered:
When enabling ConnectionsBundle and NOT using
ongr_sync_jobs
and running Doctrine fixtures in the project, error is being thrown, becauseongr_sync_jobs
does not exist.Table should not be required to exist. Any ideas how to do that?
The text was updated successfully, but these errors were encountered: