Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration name cannot have special characters. #35

Open
JAForbes opened this issue Nov 23, 2023 · 0 comments
Open

Migration name cannot have special characters. #35

JAForbes opened this issue Nov 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@JAForbes
Copy link
Owner

Migration failed
PostgresError: syntax error at or near "/"
    at ErrorResponse (file:///usr/src/app/node_modules/postgres/src/connection.js:790:26)
    at handle (file:///usr/src/app/node_modules/postgres/src/connection.js:476:6)
    at Socket.data (file:///usr/src/app/node_modules/postgres/src/connection.js:315:9)
    at Socket.emit (node:events:513:28)
    at addChunk (node:internal/streams/readable:315:12)
    at readableAddChunk (node:internal/streams/readable:289:9)
    at Socket.Readable.push (node:internal/streams/readable:228:10)
    at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    at TCP.callbackTrampoline (node:internal/async_hooks:130:17) {
  severity_local: 'ERROR',
  severity: 'ERROR',
  code: '42601',
  position: '36',
  file: 'scan.l',
  line: '1188',
  routine: 'scanner_yyerror'
}

Strangely didn't hit an issue in --dev mode.

@JAForbes JAForbes added the bug Something isn't working label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant