Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sync] Should not require ongr_sync_jobs table #142

Closed
tautrimas opened this issue Feb 3, 2015 · 3 comments
Closed

[sync] Should not require ongr_sync_jobs table #142

tautrimas opened this issue Feb 3, 2015 · 3 comments

Comments

@tautrimas
Copy link
Contributor

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
@trylika
Copy link
Contributor

trylika commented Feb 3, 2015

we should remove this fixture

@trylika trylika added bug and removed question labels Feb 3, 2015
@mindaugasbarysas mindaugasbarysas self-assigned this Feb 4, 2015
@mindaugasbarysas
Copy link
Contributor

could you please clarify the steps to reproduce this problem?

@GrandLTU
Copy link
Contributor

Was solved by #135 && #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants