Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. $ php app/console doctrine:migrations:status
  2.  
  3. [DoctrineDBALDBALException]
  4. Unknown database type point requested,
  5. DoctrineDBALPlatformsMySqlPlatform may not
  6. support it.
  7.  
  8. # Doctrine Configuration
  9. doctrine:
  10. dbal:
  11. driver: %database_driver%
  12. host: %database_host%
  13. port: %database_port%
  14. dbname: %database_name%
  15. user: %database_user%
  16. password: %database_password%
  17. charset: UTF8
  18. types:
  19. point: AppEngineBundleDoctrineExtensionsPointType
  20.  
  21. # Doctrine Configuration
  22. doctrine:
  23. dbal:
  24. driver: %database_driver%
  25. host: %database_host%
  26. port: %database_port%
  27. dbname: %database_name%
  28. user: %database_user%
  29. password: %database_password%
  30. charset: UTF8
  31. types:
  32. point: AppEngineBundleDoctrineExtensionsPointType
  33. mapping_types:
  34. point: point
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement