-- Add CPU and memory resource limits per app ALTER TABLE apps ADD COLUMN cpu_limit REAL; ALTER TABLE apps ADD COLUMN memory_limit INTEGER;