pub async fn run_default_migrations(pool: &SqlitePool) -> Result<(), Error>
Expand description
Run database migrations specific to the proxy. These migrations are designed for a simple setup with
single-tenant use. You may want to add multi-tenant features or partitioning, and can integrate
the files from the migrations
directory into your project to accomplish that.