Files
ohrwurm/migrations/20240627193022_save_tracks.sql
Johannes Heuel 7edd14c628
All checks were successful
tests / fmt (push) Successful in 48s
tests / clippy (push) Successful in 1m14s
tests / pre-commit (push) Successful in 1m21s
tests / test (push) Successful in 1m32s
tests / build (push) Successful in 1m48s
deploy / release-image (push) Successful in 4m45s
save tracks
2024-06-27 22:45:09 +02:00

6 lines
94 B
SQL

CREATE TABLE IF NOT EXISTS blobs
(
id INTEGER PRIMARY KEY AUTOINCREMENT,
data BLOB
);