Diff -- drift_sense.STABLE_PROMOTE_LOG
Diff

drift_sense.STABLE_PROMOTE_LOG

on local at 2026-07-13 17:00:28

Added
+9
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to f673a97b3a29
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1CREATE TABLE `STABLE_PROMOTE_LOG` (
2 `promote_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
3 `named_release_id` int(10) unsigned NOT NULL,
4 `decided_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
5 `decision` enum('promoted','held_drift','held_compile','held_age') NOT NULL,
6 `detail` varchar(500) DEFAULT NULL,
7 PRIMARY KEY (`promote_id`),
8 KEY `nr_ix` (`named_release_id`)
9) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help