Files
at-container-registry/pkg/appview/db/migrations/0012_add_layer_annotations.yaml
T
2026-02-13 19:40:05 -06:00

4 lines
178 B
YAML

description: Add annotations column to layers table for caching layer-level annotations (e.g. in-toto predicate types)
query: |
ALTER TABLE layers ADD COLUMN annotations TEXT;