Fix database schema: allow NULL chapters for book-only favorites

This commit is contained in:
Ryderjj89
2025-09-13 19:17:51 -04:00
parent d8576a74a9
commit 2c78f7c437

View File

@@ -56,7 +56,7 @@ function initializeTables() {
id INTEGER PRIMARY KEY AUTOINCREMENT,
user_id INTEGER NOT NULL,
book TEXT NOT NULL,
chapter TEXT NOT NULL,
chapter TEXT,
verse_start INTEGER,
verse_end INTEGER,
note TEXT,