Skip to content

Commit 1ac362b

Browse files
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

File tree

1 file changed

+252
-9
lines changed

1 file changed

+252
-9
lines changed

0 commit comments

Comments
 (0)