emigrate/.changeset
Joakim Carlstein aef2d7c861 fix(mysql): handle table initialization better in clustered database environments
The CREATE TABLE IF NOT EXISTS yields more locks than checking if the table exists using a SELECT first before running CREATE TABLE.
This makes more sense as the table usually already exists, so we optimize for the happy path.
2024-05-29 15:10:59 +02:00
..
config.json chore: first commit 🎉 2023-11-08 11:41:05 +01:00
README.md chore: first commit 🎉 2023-11-08 11:41:05 +01:00
thirty-beds-fetch.md fix(mysql): handle table initialization better in clustered database environments 2024-05-29 15:10:59 +02:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation