Diff -- drift_sense.FILE_MONITOR_SETTINGS

O Operator
Diff

drift_sense.FILE_MONITOR_SETTINGS

on local at 2026-07-11 23:20:01

Added
+1
lines
Removed
-1
lines
Context
15
unchanged
Blobs
from 40642ec91d15
to 0d453fd079ba
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
11CREATE TABLE `FILE_MONITOR_SETTINGS` (
22 `file_monitor_list_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
33 `server_id` int(10) unsigned NOT NULL DEFAULT '1',
44 `container_target_id` int(10) unsigned DEFAULT NULL,
55 `datetime_last_change` datetime DEFAULT NULL,
66 `scan_path` varchar(1000) DEFAULT NULL,
77 `ignore_list` text,
88 `max_file_size_bytes` bigint(20) unsigned DEFAULT NULL,
99 `file_type_filter` varchar(500) DEFAULT NULL,
1010 `last_scanned` datetime DEFAULT NULL,
1111 `status` tinyint(1) NOT NULL DEFAULT '0',
1212 `scan_name` varchar(250) DEFAULT NULL,
1313 PRIMARY KEY (`file_monitor_list_id`),
1414 KEY `idx_server` (`server_id`),
1515 KEY `idx_container` (`container_target_id`)
16) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4
16) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4