Merge branch 'main' into feature/json-api

This commit is contained in:
2026-02-16 09:33:09 +01:00
8 changed files with 161 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
-- Add previous_image_id to apps for deployment rollback support
ALTER TABLE apps ADD COLUMN previous_image_id TEXT;