move hall of fame tables

This commit is contained in:
2024-01-28 19:07:59 -06:00
parent dfd2b78fb2
commit 8583b6332f
5 changed files with 36 additions and 27 deletions

View File

@@ -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;