- Delete sponsor_confirmed entries from reports (it's in one system report),

that field doesn't exist anymore.
This commit is contained in:
dave 2009-09-27 02:55:08 +00:00
parent fd045a51b4
commit 9b1ea927e6
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
139
140

1
db/db.update.140.sql Normal file
View File

@ -0,0 +1 @@
DELETE FROM reports_items WHERE field = 'sponsor_confirmed';