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
Using Draftsman on a Rails 4.2 project, which adds foreign keys via the DB migrations.
So far, I've uncovered that calling draft_update to return a record back to its pre-draft state causes a PG::ForeignKeyViolation with Postgres.
draft_update
PG::ForeignKeyViolation
I really need to get this repo running with Travis. (See #15.)
The text was updated successfully, but these errors were encountered:
ec2edf4
No branches or pull requests
Using Draftsman on a Rails 4.2 project, which adds foreign keys via the DB migrations.
So far, I've uncovered that calling
draft_update
to return a record back to its pre-draft state causes aPG::ForeignKeyViolation
with Postgres.I really need to get this repo running with Travis. (See #15.)
The text was updated successfully, but these errors were encountered: