diff -r 45248d0ad8a0 -r b1958ebed570 devtools/test/data/schema/Story.sql --- a/devtools/test/data/schema/Story.sql Mon Jul 27 09:40:31 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -title ivarchar(64) not null -state CHOICE('open', 'rejected', 'validation pending', 'resolved') default 'open' -priority CHOICE('minor', 'normal', 'important') default 'normal' -cost integer -description ivarchar(4096)