move hall of fame tables
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
begin;
|
||||
update halloffame
|
||||
set ballots = null
|
||||
where ballots = '' or ballots = 'NA';
|
||||
|
||||
update halloffame
|
||||
set needed = null
|
||||
where needed = '' or needed = 'NA';
|
||||
commit;
|
||||
Reference in New Issue
Block a user