From 9b1ea927e6f8d371d986a3d4b8038c0ad359d12d Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 27 Sep 2009 02:55:08 +0000 Subject: [PATCH] - Delete sponsor_confirmed entries from reports (it's in one system report), that field doesn't exist anymore. --- db/db.code.version.txt | 2 +- db/db.update.140.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.140.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index 897bdc82..dee261df 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -139 +140 diff --git a/db/db.update.140.sql b/db/db.update.140.sql new file mode 100644 index 00000000..df8cf4e6 --- /dev/null +++ b/db/db.update.140.sql @@ -0,0 +1 @@ +DELETE FROM reports_items WHERE field = 'sponsor_confirmed';