--
-- tools.sql
--
-- by eveander@arsdigita.com, June 1999
--


-- for the spell checker
create table ispell_words (
    ispell_word    varchar(100) primary key
);