Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Pending SQL update for Production

skyhit edited this page Jan 5, 2015 · 8 revisions

TopCoder Competition Engine - Automatically End Matches

auto_end DECIMAL(1,0) default 0

TopCoder Competition Engine - Return Time Infos When Opening Problems

database informixoltp;

ALTER TABLE compilation ADD saved_time DECIMAL(14,0);
ALTER TABLE compilation ADD compiled_time DECIMAL(14,0);
Clone this wiki locally