PPR ACK and Bulk Logging start

This commit is contained in:
2026-06-15 15:45:58 -04:00
parent 7b2de645db
commit 1952b89ecf
14 changed files with 1710 additions and 19 deletions
+3 -1
View File
@@ -41,6 +41,8 @@ CREATE TABLE submitted (
departed_dt DATETIME DEFAULT NULL,
created_by VARCHAR(16) DEFAULT NULL,
submitted_dt TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
acknowledged_dt DATETIME DEFAULT NULL,
acknowledged_by VARCHAR(50) DEFAULT NULL,
public_token VARCHAR(128) DEFAULT NULL UNIQUE,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
@@ -130,4 +132,4 @@ WHERE s.status != 'DELETED';
-- Create indexes for the view performance
-- ALTER TABLE submitted ADD INDEX idx_in_from (in_from);
-- ALTER TABLE submitted ADD INDEX idx_out_to (out_to);
-- ALTER TABLE submitted ADD INDEX idx_out_to (out_to);