From: Steinar H. Gunderson Date: Sun, 17 Jul 2005 15:07:08 +0000 (+0000) Subject: Add a stray SQL file that had been sitting in my directory for too long. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=904ad88fc4526bddb5454a1a1f184199a5d4783c Add a stray SQL file that had been sitting in my directory for too long. --- diff --git a/sql/fixup-errors.sql b/sql/fixup-errors.sql new file mode 100644 index 0000000..8e98541 --- /dev/null +++ b/sql/fixup-errors.sql @@ -0,0 +1,3 @@ + +-- Challenge Cup 4, 2003 +UPDATE tournaments SET "date"='2003-10-27' WHERE "date"='2002-10-27';