aboutsummaryrefslogtreecommitdiff
path: root/src/fcontest.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2018-08-24 19:08:09 +0000
committerCassio de Campos <cassiopc@gmail.com>2018-08-24 19:08:09 +0000
commitc8994053b1ff9ccf47b532be6567c0f7f33f5f3c (patch)
tree3377c9e4bd71ab5f8cd4e1a33e701e17575d803c /src/fcontest.php
parent9a5387bd2637cdc9fb0496d094e503e484be10e9 (diff)
downloadboca-c8994053b1ff9ccf47b532be6567c0f7f33f5f3c.tar.gz
boca-c8994053b1ff9ccf47b532be6567c0f7f33f5f3c.zip
fixed typos, back some required files
Diffstat (limited to 'src/fcontest.php')
-rw-r--r--src/fcontest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcontest.php b/src/fcontest.php
index e61631b..9989931 100644
--- a/src/fcontest.php
+++ b/src/fcontest.php
@@ -125,7 +125,7 @@ CREATE TABLE \"sitetimetable\" (
$r = DBexec($c, "CREATE INDEX \"sitetimesite_index\" ON \"sitetimetable\" USING btree ".
"(\"contestnumber\" int4_ops, \"sitenumber\" int4_ops)", "DBCreateSiteTimeTable(create site_index)");
}
-// begin; update answertable set updatetime=EXTRACT(EPOCH FROM now());
+// begin; update answertable set updatetime=EXTRACT(EPOCH FROM now()); select * from answertable;
// begin; update langtable set updatetime=EXTRACT(EPOCH FROM now()); select * from langtable;
// begin; update problemtable set updatetime=EXTRACT(EPOCH FROM now()); select * from problemtable;