Commit b860b46e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

database migrate: Use truncate

parent 07c6e887
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ my @migrations = (
		my ($dbh) = @_;
		return $dbh->do(
			qq{
				delete from journey_stats;
				truncate journey_stats;
				update schema_version set version = 3;
			}
		);