baf827df2950a84b150ba0b0b57a289ddd28be43
upsertGoogleUser's nested channels.create (the auto-provisioning path for a brand new team's first Google login) never set supplementalVideoIds, a required String[] column with no DB default (dropped intentionally in 20260608000002 to match the Prisma schema). channel-import.service.ts already sets it explicitly on its create path - this path was just missed, and nothing had exercised a real first login against Postgres until now.
Description
No description provided
816 KiB
Languages
TypeScript
59.3%
HTML
22.5%
CSS
15.2%
PowerShell
1.5%
Shell
0.8%
Other
0.7%