arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Manual Migrations MySQL #54

Open philippeowagner opened 7 years ago

philippeowagner commented 7 years ago
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 commented 7 years ago
ALTER TABLE cmsplugin_contact_plus_extrafield ADD  `placeholder` varchar(250) AFTER initial;