feat: add exposed_port column to apps table

This commit is contained in:
hsiegeln
2026-04-04 20:53:56 +02:00
parent f8d80eaf79
commit b0275bcf64
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE apps ADD COLUMN exposed_port INTEGER;