lazyBoy/migrations/035_artifact_snapshots.sql

3 lines
128 B
MySQL
Raw Permalink Normal View History

2026-09-11 02:47:43 +00:00
ALTER TABLE computer_artifacts ADD COLUMN snapshot_ref TEXT
CHECK(snapshot_ref IS NULL OR snapshot_ref ~ '^[0-9a-f]{64}$');