-
Notifications
You must be signed in to change notification settings - Fork 50
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
No Primary key in task_records #6
Comments
Apparently this isn't an issue anymore. I can't remember the exact reason this was failing. |
I believe this is causing issues when trying to delete task records.
|
Hello @theSteveMitchell , this issue is of special interest to me because postgresql has issues with tables lacking primary keys. From your entries here, I gather that it's OK to add a primary key to this table ourselves. Is that accurate? |
I added a primary key and it seems fine to me. |
Not necessarily a problem, but if you ever try to interact with task_records directly (query from rails console, for example) it'll throw an error.
The text was updated successfully, but these errors were encountered: