Commit 1ac362b
committed
fix: Remove postgres-specific syntax from the initial data file
`E'\n'` is invalid syntax in sqlite. It was used in
`replace(<very long logs as a string>, '\n', E'\n')` and
`replace(<very long logs as a string>, '\012', E'\n')`.
I just replaced these values (`\n` and `\012`) with newlines.1 parent 1eb20a0 commit 1ac362b
1 file changed
+252
-9
lines changed
0 commit comments