-
Notifications
You must be signed in to change notification settings - Fork 0
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
[RSN-46] - Changed primary key setvalue #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initializing the test data does not work, as there is an error in the sql file responsible for initalizing the database itself, so I assume usage of setval function has not been even tested - please fix this error and then test if indexes are properly set for further data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
* Changed primary key setvalue to 10 * Update init-dev-data.sql * Added setval to init-db
* Changed primary key setvalue to 10 * Update init-dev-data.sql * Added setval to init-db
Description
Setting primary key setvalue to max value of id in tables.
Motivation
Related issue and/or ticket
RSN-46