meulleur gestion des routes de streaming

This commit is contained in:
2025-10-26 08:02:53 +01:00
parent 8579867e81
commit 7e8d3a7918
4 changed files with 14 additions and 58 deletions

View File

@@ -71,7 +71,7 @@ impl DB {
let conn = Connection::open(path)?;
let create_table_sql = format!(
"CREATE TABLE IF NOT EXISTS {} (
"CREATE TABLE IF NOT EXISTS ASSET (
pk TEXT PRIMARY KEY,
source_url TEXT,
collection TEXT,