fix team codes
This commit is contained in:
parent
c5c4cbd1cf
commit
b30302eea6
|
@ -1,3 +1,11 @@
|
|||
begin;
|
||||
alter table "teams" rename to "franchiseseasons";
|
||||
|
||||
update franchiseseasons
|
||||
set teamid = 'WS9'
|
||||
where teamid = 'WAS' and franchid = 'WAS';
|
||||
|
||||
update franchiseseasons
|
||||
set teamid = 'PHP'
|
||||
where teamid = 'PH4' and franchid = 'PHQ';
|
||||
commit;
|
||||
|
|
Loading…
Reference in New Issue