schema update, no sender name required.

This commit is contained in:
2025-04-01 21:38:08 +01:00
parent 5ea780fcab
commit d5b953475c

View File

@@ -126,7 +126,6 @@ const SchemaUsersNotifications = `
CREATE TABLE IF NOT EXISTS users_notification (
id INTEGER PRIMARY KEY AUTOINCREMENT,
user_id INTEGER NOT NULL REFERENCES users(id),
sender_name VARCHAR(100),
subject TEXT,
body TEXT,
is_read BOOLEAN DEFAULT FALSE,