Skip to content

Commit 52fb644

Browse files
Fix: Remove leftover git merge conflict marker from cwa_schema.sql
Resolves SQL syntax error: near '>>': syntax error The merge conflict marker '>>>>>>> origin/main' at line 95 was causing: - cwa-update-notification-service failures - translation-notification-service failures - ingest_processor crashes - All services depending on CWA_DB initialization to fail This was missed during the merge conflict resolution in commit 646544b.
1 parent 08cd256 commit 52fb644

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/cwa_schema.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ CREATE TABLE IF NOT EXISTS cwa_settings(
9292
duplicate_scan_hour INTEGER DEFAULT 3 NOT NULL,
9393
duplicate_scan_chunk_size INTEGER DEFAULT 5000 NOT NULL,
9494
duplicate_scan_debounce_seconds INTEGER DEFAULT 30 NOT NULL
95-
>>>>>>> origin/main
9695
);
9796

9897
-- Persisted scheduled jobs (initial focus: auto-send). Rows remain until dispatched or manually cleared.

0 commit comments

Comments
 (0)