diff options
-rw-r--r-- | updates/2.00-to-x.xx.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updates/2.00-to-x.xx.sql b/updates/2.00-to-x.xx.sql index 2fdb0bdcb..264a823ae 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; |