Skip to content

Commit

Permalink
Fixed issue: Error in database update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 25, 2017
1 parent 045abec commit 058157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -1561,7 +1561,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {
'message' => 'text not null',
'status' => "string(15) not null default 'new' ",
'importance' => 'integer default 1',
'display_class' => "string(31) default \'default\'",
'display_class' => "string(31) default 'default'",
'created' => 'datetime not null',
'first_read' => 'datetime null'
));
Expand Down

0 comments on commit 058157a

Please sign in to comment.