diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-25 17:54:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-25 17:54:35 +0000 |
commit | d03a5aeb136de81911fc31a1b02e7bb1e342d34a (patch) | |
tree | 2bc7425c31f875c352c17e8639d9b8c03f1a9908 | |
parent | f39bba80fa351d0c4d5d010fc46c73f0467882b0 (diff) | |
download | brdo-d03a5aeb136de81911fc31a1b02e7bb1e342d34a.tar.gz brdo-d03a5aeb136de81911fc31a1b02e7bb1e342d34a.tar.bz2 |
- fixed typo
-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; |