8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Codd currently throws away a connection with the default connection string and re-connects later to apply migrations.
This is wasted work and also prints NOTICEs twice. So let's fix it.