riverstore / hustoj

Automatically exported from code.google.com/p/hustoj
1 stars 0 forks source link

Can't add Contest #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When i add a contest, it return error as bellow:
Unknown column 'langmask' in 'field list'

Original issue reported on code.google.com by yangch...@gmail.com on 19 May 2010 at 6:22

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
thanks!

install.227.tar.gz is not last version!

Original comment by yangch...@gmail.com on 21 May 2010 at 7:11

GoogleCodeExporter commented 8 years ago
sure, the latest version is only on SVN

Original comment by newsc...@gmail.com on 21 May 2010 at 9:00

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by yangch...@gmail.com on 27 May 2010 at 8:53

GoogleCodeExporter commented 8 years ago

Original comment by newsc...@gmail.com on 5 Jun 2010 at 4:56