You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE `cmsplugin_contact_plus_contactrecord` (
`id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY,
`contact_form_id` integer,
`date_of_entry` datetime NOT NULL,
`date_processed` datetime,
`data` longtext
);
ALTER TABLE cmsplugin_contactplus add `title` varchar(100) after `cmsplugin_ptr_id`;
ALTER TABLE cmsplugin_contactplus add `email_subject` varchar(256) NOT NULL after `title`;
ALTER TABLE cmsplugin_contactplus add `collect_records` bool NOT NULL after `email_subject`;
ALTER TABLE cmsplugin_contactplus add `template` varchar(255) NOT NULL after `submit`;
The text was updated successfully, but these errors were encountered:
These are some manual migration hints...
The text was updated successfully, but these errors were encountered: