From dd3008b963344eea451d03094dfe8058db79bd77 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 17 Aug 2013 17:06:47 -0700 Subject: fix upgrade bug that was causing tickets to spontaneously resolve, #23309 --- FS/FS/TicketSystem.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'FS') diff --git a/FS/FS/TicketSystem.pm b/FS/FS/TicketSystem.pm index 3aeadb37f..c1c69fa3f 100644 --- a/FS/FS/TicketSystem.pm +++ b/FS/FS/TicketSystem.pm @@ -342,11 +342,6 @@ sub _upgrade_data { or die $dbh->errstr; $cve_2013_3373_sth->execute or die $cve_2013_3373_sth->errstr; - # fix null WillResolve fields to avoid spurious transactions the - # first time they get updated - my $fix_null_sql = "UPDATE Tickets SET WillResolve = '1970-01-01 00:00:00' WHERE WillResolve IS NULL"; - $dbh->do($fix_null_sql) or die $dbh->errstr; - return; } -- cgit v1.2.1