feat: 通知系统管理员脚本+文档
This commit is contained in:
@@ -96,3 +96,4 @@
|
||||
3. 发送个人通知(选择用户)
|
||||
4. 管理已有通知(编辑、删除)
|
||||
5. 查看发送记录
|
||||
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user