mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-27 20:54:20 +00:00
4 lines
178 B
YAML
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;
|