We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The db sync job fails with this error:
SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "sourcemessage" LINE 3: INNER JOIN "enupaltranslate_message" "message" ON sourceMess... ^ The SQL being executed was: SELECT "message", "translation", "language" FROM "enupaltranslate_sourcemessage" "sourceMessage" INNER JOIN "enupaltranslate_message" "message" ON sourceMessage.id = message.id --
SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "sourcemessage" LINE 3: INNER JOIN "enupaltranslate_message" "message" ON sourceMess... ^ The SQL being executed was: SELECT "message", "translation", "language" FROM "enupaltranslate_sourcemessage" "sourceMessage" INNER JOIN "enupaltranslate_message" "message" ON sourceMessage.id = message.id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hello,
The db sync job fails with this error:
SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "sourcemessage" LINE 3: INNER JOIN "enupaltranslate_message" "message" ON sourceMess... ^ The SQL being executed was: SELECT "message", "translation", "language" FROM "enupaltranslate_sourcemessage" "sourceMessage" INNER JOIN "enupaltranslate_message" "message" ON sourceMessage.id = message.id
--Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: