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

doctrine:migrations:diff is generating SQL for MEDIUMTEXT fields #104

Closed
jamestooks opened this issue Dec 10, 2014 · 1 comment
Closed

Comments

@jamestooks
Copy link

The diff command is generating SQL everytime even if the database is already up to date.

For example:

  • I run diff to generate SQL to update a field to now be a MEDIUMTEXT field
  • I execute the migration
  • I run diff again and the same SQL is generated again
@stof
Copy link
Member

stof commented Jan 19, 2015

This should be reported against the DBAL project, which is responsible for comparing schemas and generating the list of SQL queries needed to go from one to the other.

@stof stof closed this as completed Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants