feat: 通知系统管理员脚本+文档
This commit is contained in:
@@ -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