Commit 52fb644
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
0 commit comments