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", "--show-trace",
"--max-jobs", "--max-jobs",
"1", "1",
"--repair",
"--log-format", "--log-format",
"internal-json", "internal-json",
"-vvvvvvvvvvv", "-vvvvvvvvvvv",

View File

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