From d03a5aeb136de81911fc31a1b02e7bb1e342d34a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 Mar 2001 17:54:35 +0000 Subject: [PATCH] - fixed typo --- updates/2.00-to-x.xx.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/2.00-to-x.xx.sql b/updates/2.00-to-x.xx.sql index 2fdb0bdcb13..264a823aeba 100644 --- a/updates/2.00-to-x.xx.sql +++ b/updates/2.00-to-x.xx.sql @@ -37,4 +37,4 @@ CREATE TABLE nodes ( ); alter table users change stories nodes tinyint(2) DEFAULT '10'; -alter table comments drop type; +alter table comments drop link;