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

Manual Migrations MySQL #54

Open
philippeowagner opened this issue Apr 12, 2017 · 1 comment
Open

Manual Migrations MySQL #54

philippeowagner opened this issue Apr 12, 2017 · 1 comment
Labels

Comments

@philippeowagner
Copy link
Member

philippeowagner commented Apr 12, 2017

ALTER TABLE cmsplugin_contact_plus_contactplus MODIFY COLUMN recipient_email varchar(254) NOT NULL;
ALTER TABLE `cmsplugin_contact_plus_contactplus` CHANGE `submit` `submit_button_text` varchar(30) NOT NULL;

@philippeowagner
Copy link
Member Author

philippeowagner commented May 3, 2017

ALTER TABLE cmsplugin_contact_plus_extrafield ADD  `placeholder` varchar(250) AFTER initial;

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

No branches or pull requests

2 participants