From 06648907517bdd4176204dd7824e84a2abec2ff4 Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 5 May 2024 00:18:57 -0500 Subject: [PATCH] fix angels team id --- sql/appearances.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/appearances.sql b/sql/appearances.sql index 6a84ca7..082af8d 100644 --- a/sql/appearances.sql +++ b/sql/appearances.sql @@ -81,6 +81,10 @@ update appearances set GS = 135 where yearid = 2023 and teamid = 'ANA' and playerid = 'ohtansh01'; +update appearances +set teamid = 'LAA' +where teamid = 'ANA' and yearid >= 2005; + update appearances set "G_all" = nullif("G_all",''),