Added tune previews

This commit is contained in:
marc
2025-04-27 17:00:04 +02:00
parent 695e0b54bf
commit bc3d98aba2
14 changed files with 123 additions and 131 deletions

View File

@@ -79,6 +79,7 @@ def create_scores_table(con: Connection):
errors TEXT NOT NULL,
img_url TEXT,
pdf_url TEXT,
preview_url TEXT,
hidden BOOLEAN,
FOREIGN KEY(tema_id) REFERENCES temes(id) ON DELETE CASCADE
)