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
9b55a341
Commit
9b55a341
authored
Aug 21, 2017
by
Carsten Rose
Browse files
DatabaseUpdateData.php: postpone language extension.
parent
6ed328a0
Changes
1
Show whitespace changes
Inline
Side-by-side
extension/qfq/qfq/database/DatabaseUpdateData.php
View file @
9b55a341
...
...
@@ -60,7 +60,7 @@ $UPDATE_ARRAY = array(
"INSERT INTO Period (start, name, created) VALUES (NOW(), 'dummy', NOW());"
],
'0.19.
4
'
=>
[
'0.19.
5
'
=>
[
"ALTER TABLE `Form` ADD `parameterL1` TEXT NOT NULL AFTER `parameter`"
,
"ALTER TABLE `Form` ADD `parameterL2` TEXT NOT NULL AFTER `parameterL1`"
,
"ALTER TABLE `Form` ADD `parameterL3` TEXT NOT NULL AFTER `parameterL2`"
,
...
...
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