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
For some reason on prod, I needed to change the DB protocol to postgresql+asyncpg for creating the table, but for flushing I needed to change it back to just postgresql. We need to figure out a way to only require one of these protocols. I'd imagine this can be as easy as making creating the table a synchronous operation, since it is a one-time thing anyways
The text was updated successfully, but these errors were encountered:
For some reason on prod, I needed to change the DB protocol to
postgresql+asyncpg
for creating the table, but for flushing I needed to change it back to justpostgresql
. We need to figure out a way to only require one of these protocols. I'd imagine this can be as easy as making creating the table a synchronous operation, since it is a one-time thing anywaysThe text was updated successfully, but these errors were encountered: