Removed data keys from table custom_forms
This commit is contained in:
parent
c3ee53bd4b
commit
f2b7d4c8df
2 changed files with 6 additions and 34 deletions
|
@ -12,20 +12,6 @@ CREATE TABLE `custom_forms` (
|
|||
`fields_shown_on_manage` varchar(255) DEFAULT '',
|
||||
`layout` longtext,
|
||||
`form_input_style` longtext,
|
||||
`mail_confirm_html` int(11) unsigned DEFAULT NULL,
|
||||
`mail_confirm_text` int(11) unsigned DEFAULT NULL,
|
||||
`mail_subscription_confirmed_html` int(11) unsigned DEFAULT NULL,
|
||||
`mail_subscription_confirmed_text` int(11) unsigned DEFAULT NULL,
|
||||
`mail_unsubscribe_confirmed_html` int(11) unsigned DEFAULT NULL,
|
||||
`mail_unsubscribe_confirmed_text` int(11) unsigned DEFAULT NULL,
|
||||
`web_confirm_notice` int(11) unsigned DEFAULT NULL,
|
||||
`web_manage_address` int(11) unsigned DEFAULT NULL,
|
||||
`web_manage` int(11) unsigned DEFAULT NULL,
|
||||
`web_subscribe` int(11) unsigned DEFAULT NULL,
|
||||
`web_subscribed` int(11) unsigned DEFAULT NULL,
|
||||
`web_unsubscribe_notice` int(11) unsigned DEFAULT NULL,
|
||||
`web_unsubscribe` int(11) unsigned DEFAULT NULL,
|
||||
`web_updated_notice` int(11) unsigned DEFAULT NULL,
|
||||
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `list` (`list`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue