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

Change email_queue.template_vars to longtext. #32

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

parkmira
Copy link
Contributor

@parkmira parkmira commented Jun 10, 2019

issue #31

TODO

  • migrate success.
[vagrant@localhost vagrant]$ php app/bin/cake.php migrations migrate --plugin EmailQueue

Welcome to CakePHP v3.3.10 Console
---------------------------------------------------------------
App : src
Path: /vagrant/app/src/
PHP : 7.0.33
---------------------------------------------------------------
using migration path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations
using seed path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Seeds
using environment default
using adapter mysql
using database test

 == 20190610024410 AlterTemplateVarsToEmailQueue: migrating
 == 20190610024410 AlterTemplateVarsToEmailQueue: migrated 0.0231s

All Done. Took 0.0660s
using migration path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations
using seed path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Seeds
Writing dump file `/vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations/schema-dump-default.lock`...
Dump file `/vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations/schema-dump-default.lock` was successfully written
[vagrant@localhost vagrant]$
  • rollback success.
[vagrant@localhost vagrant]$ php app/bin/cake.php migrations rollback --plugin EmailQueue

Welcome to CakePHP v3.3.10 Console
---------------------------------------------------------------
App : src
Path: /vagrant/app/src/
PHP : 7.0.33
---------------------------------------------------------------
using migration path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations
using seed path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Seeds
using environment default
using adapter mysql
using database test

 == 20190610024410 AlterTemplateVarsToEmailQueue: reverting
 == 20190610024410 AlterTemplateVarsToEmailQueue: reverted 0.0212s

All Done. Took 0.0829s
using migration path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations
using seed path /vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Seeds
Writing dump file `/vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations/schema-dump-default.lock`...
Dump file `/vagrant/app/vendor/lorenzo/cakephp-email-queue/config/Migrations/schema-dump-default.lock` was successfully written
[vagrant@localhost vagrant]$ 

@parkmira
Copy link
Contributor Author

#30 (comment)

I have the same task as this comment.

@lorenzo
Copy link
Owner

lorenzo commented Jun 10, 2019

thanks!

@lorenzo lorenzo merged commit 5226745 into lorenzo:master Jun 10, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants