Skip to content
Snippets Groups Projects
Commit 9b55a341 authored by Carsten  Rose's avatar Carsten Rose
Browse files

DatabaseUpdateData.php: postpone language extension.

parent 6ed328a0
No related branches found
No related tags found
No related merge requests found
......@@ -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`",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment