#-------------------------------------------------------------------
# This file is part of the wwwoffle-sql package
#
#  Version : 0.02  Released : 03/05/99
#
# Author : Peter Marbaise (pema@hippo.fido.de,2:2452/110.20)
#
#              GNU GENERAL PUBLIC LICENSE Version 2
#              (see LICENSE for the complete text)
#
#-------------------------------------------------------------------

#!/bin/sh
mysql -ppassword wwwoffle <<E_O_hp

ALTER TABLE hostpages 
add usrkeywords TEXT
E_O_hp

# end of UPDATE-MYSQL 
