fix team codes
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
begin;
|
begin;
|
||||||
alter table "teams" rename to "franchiseseasons";
|
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;
|
commit;
|
||||||
|
|||||||
Reference in New Issue
Block a user