Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a905a373
Commit
a905a373
authored
Feb 26, 2019
by
Carsten Rose
Browse files
B7949 / Table MailLog: missing column 'cc,bcc'
parent
0be8e6ae
Pipeline
#1581
passed with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/Source/sql/formEditor.sql
View file @
a905a373
...
...
@@ -13,7 +13,7 @@ CREATE TABLE IF NOT EXISTS `Form`
`permitNew`
ENUM
(
'sip'
,
'logged_in'
,
'logged_out'
,
'always'
,
'never'
)
NOT
NULL
DEFAULT
'sip'
,
`permitEdit`
ENUM
(
'sip'
,
'logged_in'
,
'logged_out'
,
'always'
,
'never'
)
NOT
NULL
DEFAULT
'sip'
,
`restMethod`
SET
(
'get'
,
'post'
,
'put'
,
'delete'
)
NOT
NULL
DEFAULT
''
,
`restMethod`
SET
(
'get'
,
'post'
,
'put'
,
'delete'
)
NOT
NULL
DEFAULT
''
,
`escapeTypeDefault`
VARCHAR
(
32
)
NOT
NULL
DEFAULT
'c'
,
`render`
ENUM
(
'bootstrap'
,
'table'
,
'plain'
)
NOT
NULL
DEFAULT
'bootstrap'
,
`requiredParameterNew`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
''
,
...
...
@@ -264,7 +264,8 @@ VALUES
'specialchar'
,
'no'
,
''
),
(
1
,
'prestMethod'
,
'Permit REST'
,
'show'
,
'checkbox'
,
'all'
,
'native'
,
370
,
0
,
10
,
'<a href="{{documentation:Y}}#rest">Info</a>'
,
''
,
''
,
''
,
'buttonClass=btn-default
\n
itemList=get,post:insert,put:update,delete'
,
4
,
''
,
''
,
''
,
'<a href="{{documentation:Y}}#rest">Info</a>'
,
''
,
''
,
''
,
'buttonClass=btn-default
\n
itemList=get,post:insert,put:update,delete'
,
4
,
''
,
''
,
''
,
'specialchar'
,
'no'
,
''
),
(
1
,
'escapeTypeDefault'
,
'Escape type default'
,
'show'
,
'radio'
,
'all'
,
'native'
,
380
,
0
,
10
,
...
...
@@ -469,6 +470,8 @@ CREATE TABLE IF NOT EXISTS `MailLog`
`xId2`
INT
(
11
)
NOT
NULL
DEFAULT
'0'
,
`xId3`
INT
(
11
)
NOT
NULL
DEFAULT
'0'
,
`receiver`
TEXT
NOT
NULL
,
`cc`
TEXT
NOT
NULL
,
`bcc`
TEXT
NOT
NULL
,
`sender`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
''
,
`subject`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
''
,
`body`
TEXT
NOT
NULL
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment