-
Notifications
You must be signed in to change notification settings - Fork 66
en Database
github-actions[bot] edited this page Jul 6, 2026
·
3 revisions
Overview · Features · Tech Stack · Quick Start · Deployment · Project Structure · Architecture · Widgets · API · Database · Settings · Security · Configuration · Roadmap · License
Migrations live in server/migrations/:
| Migration | Contents |
|---|---|
0001_init.sql |
users, servers, credentials, dashboards, widgets, sessions |
0002_server_groups.sql |
server_groups; servers add group_id / sort_order |
0003_saved_passwords.sql |
saved_passwords credential vault |
0004_saved_private_keys.sql |
saved_private_keys credential vault |
0005_basic_auth_lockouts.sql |
basic_auth_lockouts login lockout |
0006_basic_auth_credentials.sql |
basic_auth_credentials app-layer Basic Auth |
npm run db:migrate:local # Local
npm run db:migrate # Remote (included in deploy)