pub async fn check_schema(pool: &SqlitePool) -> Result<(), SchemaError>Expand description
Verifies the exact v1 table shape, constraints, indexes, and foreign key of the installed schema. It never applies a migration.
pub async fn check_schema(pool: &SqlitePool) -> Result<(), SchemaError>Verifies the exact v1 table shape, constraints, indexes, and foreign key of the installed schema. It never applies a migration.