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
9cd3d110
Commit
9cd3d110
authored
Aug 23, 2018
by
Carsten Rose
Browse files
formEditor.sql: resize FormElement.label from 51 to 1023 (requested by IK Tool)
parent
e69c016b
Pipeline
#738
passed with stage
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/qfq/sql/formEditor.sql
View file @
9cd3d110
...
...
@@ -55,7 +55,7 @@ CREATE TABLE IF NOT EXISTS `FormElement` (
`enabled`
ENUM
(
'yes'
,
'no'
)
NOT
NULL
DEFAULT
'yes'
,
`name`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
''
,
`label`
VARCHAR
(
511
)
NOT
NULL
DEFAULT
''
,
`label`
VARCHAR
(
1023
)
NOT
NULL
DEFAULT
''
,
`mode`
ENUM
(
'show'
,
'required'
,
'readonly'
,
'hidden'
)
NOT
NULL
DEFAULT
'show'
,
`modeSql`
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