You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've seen test runs fail due to container reuse if the legacy SQL schemas are created first. The initialization for V2 schemas then sees the database already present and skips its own initialization, causing missing columns.
We've seen test runs fail due to container reuse if the legacy SQL schemas are created first. The initialization for V2 schemas then sees the database already present and skips its own initialization, causing missing columns.