@@ -, +, @@ --- .../mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl +++ a/installer/data/mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl @@ -1,6 +1,6 @@ $DBversion = 'XXX'; # will be replaced by the RM if( CheckVersion( $DBversion ) ) { - $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectStaffProfile',NULL,'Novelist staff client user Profile',NULL,'free')"); + $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectStaffProfile',NULL,'Novelist staff client user Profile',NULL,'free')"); SetVersion( $DBversion ); print "Upgrade to $DBversion done (Bug 19882 - Add Novelist Staff Client Profile)\n"; --