Closed GoogleCodeExporter closed 8 years ago
your DB structure is out of date,
you can fix this by execute following SQL:
ALTER TABLE `contest` ADD COLUMN `langmask` TINYINT NOT NULL DEFAULT 0 COMMENT
'bits for LANG to mask' AFTER `private`;
Original comment by newsc...@gmail.com
on 19 May 2010 at 7:46
thanks!
install.227.tar.gz is not last version!
Original comment by yangch...@gmail.com
on 21 May 2010 at 7:11
sure, the latest version is only on SVN
Original comment by newsc...@gmail.com
on 21 May 2010 at 9:00
Thanks!
Original comment by yangch...@gmail.com
on 27 May 2010 at 8:53
Original comment by newsc...@gmail.com
on 5 Jun 2010 at 4:56
Original issue reported on code.google.com by
yangch...@gmail.com
on 19 May 2010 at 6:22