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
Description
Error when trying to load a fixture when the table primary key is not a serial type
To Reproduce
Add table with uuid primary key
Expected Behavior
No error when loading fixtures
Environment:
dev, test
Additional Context
introduced in #1014
It seems to me that before this command need to check the primary key type for each database
The text was updated successfully, but these errors were encountered:
I also think that need to add a test case when the table does not have a primary key
Sorry, something went wrong.
@Ghost-str Can you provide the migration and the seed yaml file?
@kaplanelad https://github.com/Ghost-str/books-store
I also encountered the following problems:
No branches or pull requests
Description
Error when trying to load a fixture when the table primary key is not a serial type
To Reproduce
Add table with uuid primary key
Expected Behavior
No error when loading fixtures
Environment:
dev, test
Additional Context
introduced in #1014
It seems to me that before this command need to check the primary key type for each database
The text was updated successfully, but these errors were encountered: