Add repair flag to build.

This commit is contained in:
Tom Alexander
2026-04-02 17:33:56 -04:00
parent 1cc53ba631
commit 9083a09455
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ where
"--show-trace",
"--max-jobs",
"1",
"--repair",
"--log-format",
"internal-json",
"-vvvvvvvvvvv",

View File

@@ -3,7 +3,6 @@ use std::borrow::Cow;
use sqlx::Row;
use tokio::process::Child;
use tracing::error;
use tracing::info;
use crate::Result;
use crate::database::db_handle::DbHandle;