From e58ce49aed62119a5c97744ecfa1fb0977b6b717 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 6 Nov 2009 02:11:58 +0000 Subject: [PATCH] - These are fair-specific now, dont' need them as config options. --- db/db.code.version.txt | 2 +- db/db.update.150.sql | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 db/db.update.150.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index 15c44e93..fa8f08cb 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -149 +150 diff --git a/db/db.update.150.sql b/db/db.update.150.sql new file mode 100644 index 00000000..469cb55e --- /dev/null +++ b/db/db.update.150.sql @@ -0,0 +1,2 @@ +DELETE FROM config WHERE var LIKE 'fair_stats%' +