From 87c23e65035ef923dbc5a4c5f9dba5c3fe265630 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 5 Apr 2006 18:28:59 +0000 Subject: [PATCH] fix typo in upgrade script for CS enhancements --- docs/upgrades/upgrade_6.8.7-6.99.0.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.8.7-6.99.0.pl b/docs/upgrades/upgrade_6.8.7-6.99.0.pl index 5f4169445..3fc2fceca 100644 --- a/docs/upgrades/upgrade_6.8.7-6.99.0.pl +++ b/docs/upgrades/upgrade_6.8.7-6.99.0.pl @@ -156,7 +156,7 @@ sub updateCs { $session->db->write("alter table Post_rating add index assetId_ipAddress (assetId,ipAddress);"); $session->db->write("delete from Post_read where postId<>threadId"); $session->db->write("alter table Post_read drop column postId"); - $session->db->write("alter table Post_read drop column dateRead"); + $session->db->write("alter table Post_read drop column readDate"); $session->db->write("alter table Post_read rename Thread_read"); }