fix team codes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user