huhu/samples/mysql/update-0.09-0.10.sql
Thomas Hochstein 30132626b8 Initial checkin.
Signed-off-by: Thomas Hochstein <thh@thh.name>
2022-01-29 10:22:11 +01:00

8 lines
244 B
SQL

#
# $Id: update-0.07-0.08.sql 121 2009-09-20 15:32:22Z alba $
#
# Update from version 0.07 to 0.08
ALTER TABLE @sample@ CHANGE COLUMN Status
Status ENUM('pending','spam','moderated','rejected','deleted','posted','sending','broken') NOT NULL;