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
id
Ruby: 2.7.4, 3.2.6 fixture_builder version: 0.5.3.rc2
If a table does not have column id. The method dump_tables will fail.
dump_tables
ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "id" does not exist LINE 1: ...ncies".* FROM "<table_name>" ORDER BY "id" ASC /...
This issue was introduced in this commit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Ruby: 2.7.4, 3.2.6
fixture_builder version: 0.5.3.rc2
Issue
If a table does not have column
id
. The methoddump_tables
will fail.This issue was introduced in this commit.
Suggestions
The text was updated successfully, but these errors were encountered: