Skip to content

Commit

Permalink
Fixed issue: Error message "Unknown column 'owner_uid' in 'field list…
Browse files Browse the repository at this point in the history
…'" when updating from 4.x
  • Loading branch information
c-schmitz committed Nov 12, 2021
1 parent 48e3ce0 commit f79b5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -4182,7 +4182,7 @@ function ($v) {
'title' => 'Default',
'description' => 'Default survey group',
'sortorder' => '0',
'owner_uid' => '1',
'owner_id' => '1',
'created' => $date,
'modified' => $date,
'created_by' => '1'
Expand Down

0 comments on commit f79b5f4

Please sign in to comment.