mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 17:34:22 +00:00
fix (#23): allow saving songs without ytID
This commit is contained in:
parent
017aff06b0
commit
b122773a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func createTables(db *sql.DB) error {
|
|||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
title TEXT NOT NULL,
|
||||
artist TEXT NOT NULL,
|
||||
ytID TEXT NOT NULL UNIQUE,
|
||||
ytID TEXT UNIQUE,
|
||||
key TEXT NOT NULL UNIQUE
|
||||
);
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue