Diff -- drift_sense.SCAN_GLOBALS
Diff
drift_sense.SCAN_GLOBALS
on local at 2026-07-12 00:05:01
Added
+8
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 5ec962e4fb57
to 5ec962e4fb57
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.| 1 | CREATE TABLE `SCAN_GLOBALS` ( | |
| 2 | `id` tinyint(3) unsigned NOT NULL DEFAULT '1', | |
| 3 | `global_ignore_list` text, | |
| 4 | `global_file_type_filter` varchar(500) DEFAULT NULL, | |
| 5 | `global_max_file_size_bytes` bigint(20) unsigned DEFAULT NULL, | |
| 6 | `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | |
| 7 | PRIMARY KEY (`id`) | |
| 8 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 |