-
Notifications
You must be signed in to change notification settings - Fork 66
zh Database
github-actions[bot] edited this page Jul 6, 2026
·
3 revisions
简介 · 功能特性 · 技术栈 · 快速开始 · 部署 · 项目结构 · 系统架构 · 小部件 · API · 数据库 · 设置 · 安全 · 配置 · 路线 · License
迁移文件位于 server/migrations/:
| 迁移 | 内容 |
|---|---|
0001_init.sql |
users、servers、credentials、dashboards、widgets、sessions |
0002_server_groups.sql |
server_groups,servers 增加 group_id / sort_order |
0003_saved_passwords.sql |
saved_passwords 凭据 vault |
0004_saved_private_keys.sql |
saved_private_keys 凭据 vault |
0005_basic_auth_lockouts.sql |
basic_auth_lockouts 登录失败锁定 |
0006_basic_auth_credentials.sql |
basic_auth_credentials 应用层 Basic Auth 凭据 |
npm run db:migrate:local # 本地
npm run db:migrate # 远程(deploy 已包含)