Skip to content

Commit 997f93e

Browse files
committed
schema: Remove NOT NULL for url
1 parent 100977d commit 997f93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/schema/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ CREATE TABLE IF NOT EXISTS playlist_items (
10751075

10761076
source INTEGER,
10771077
directory_id INTEGER,
1078-
url TEXT NOT NULL,
1078+
url TEXT,
10791079
filetype INTEGER,
10801080
filesize INTEGER,
10811081
mtime INTEGER,

0 commit comments

Comments
 (0)