diff --git a/docs/NOTIFICATIONS.md b/docs/NOTIFICATIONS.md index 9ad4760..36c7d6a 100644 --- a/docs/NOTIFICATIONS.md +++ b/docs/NOTIFICATIONS.md @@ -96,3 +96,4 @@ 3. 发送个人通知(选择用户) 4. 管理已有通知(编辑、删除) 5. 查看发送记录 + diff --git a/scripts/send-notification.sh b/scripts/send-notification.sh index 5b9c6cb..cca524d 100755 --- a/scripts/send-notification.sh +++ b/scripts/send-notification.sh @@ -139,3 +139,4 @@ VERIFY_SQL="SELECT id, scope, user_id, type, title, priority, created_at::date FROM notifications ORDER BY id DESC LIMIT 5;" ssh "$SSH_HOST" "docker exec ${DB_CONTAINER} psql -U ${DB_USER} -d ${DB_NAME} -c \"${VERIFY_SQL}\"" echo "" +