Initial checkin.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
commit
30132626b8
68 changed files with 5497 additions and 0 deletions
8
samples/mysql/update-0.09-0.10.sql
Normal file
8
samples/mysql/update-0.09-0.10.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# $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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue