# Update from the 1.8.4 version
# Add the table prefix if needed
# ---------------------------------
ALTER TABLE spider CHANGE first_words first_words mediumtext NOT NULL;

