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
Since we removed the in-memory database and now only use Postgres,the WillUsePostgres() function always returned true. This commit:- Removes all test skip conditions that checked WillUsePostgres- Removes the WillUsePostgres function from dbtestutil- Simplifies ErrorsWithPG to always call Errors- Marks ErrorsWithInMemDB as deprecated (kept for compatibility)Fixescoder/internal#758Co-authored-by: hugodutka <28019628+hugodutka@users.noreply.github.com>