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

[BUG] schema name is not included for the raw query to increment ID in import-v2 service #196

Open
Hemaxilade opened this issue Jun 15, 2024 · 0 comments
Assignees

Comments

@Hemaxilade
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior: change db schema from default public

Expected behavior
SELECT SETVAL(
(SELECT PG_GET_SERIAL_SEQUENCE('${model.collectionName}', 'id')),
(SELECT MAX(id) FROM ${model.collectionName}) + 1,
FALSE
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants