diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
| commit | 8c32cd117abe79f4ee6cff3a950ffc35c95faeff (patch) | |
| tree | 5b63a4789351da4f2d9c1cd2e7007f67d43b3371 /internal/repository/migrate.go | |
| parent | 59c8870061465142306e7a6e5d3fcb344686cfe9 (diff) | |
Refine media browsing and set covers
Diffstat (limited to 'internal/repository/migrate.go')
| -rw-r--r-- | internal/repository/migrate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/repository/migrate.go b/internal/repository/migrate.go index d64732d..3c4702f 100644 --- a/internal/repository/migrate.go +++ b/internal/repository/migrate.go @@ -125,7 +125,7 @@ CREATE TABLE IF NOT EXISTS media_notes ( CREATE TABLE IF NOT EXISTS podcast_feeds ( id INTEGER PRIMARY KEY AUTOINCREMENT, - set_id INTEGER NOT NULL UNIQUE REFERENCES sets(id) ON DELETE CASCADE, + set_id INTEGER NOT NULL REFERENCES sets(id) ON DELETE CASCADE, feed_url TEXT NOT NULL, title TEXT, description TEXT, |
