Private
Public Access
1
0
Files
linux_patch_manager/migrations/018_add_hostname_to_enrollment.sql
Echo f70c5e53f9
All checks were successful
CI Pipeline / Rust Format Check (push) Successful in 3s
CI Pipeline / Clippy Lints (push) Successful in 53s
CI Pipeline / Rust Unit Tests (push) Successful in 1m12s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 14s
CI Pipeline / Build .deb & Release (push) Successful in 3m51s
feat: add host editing endpoint and frontend UI
2026-05-18 21:52:00 +00:00

4 lines
187 B
SQL

-- Migration: 018_add_hostname_to_enrollment
-- Add hostname column to enrollment_requests for proper display name
ALTER TABLE enrollment_requests ADD COLUMN IF NOT EXISTS hostname TEXT;