-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
silk_clear_request_log fails on Postgres #290
Comments
I'm using 3.0.1 and
|
The same happens to me like @arjenfvellinga do we need to change the database user to an admin for clearing data? 🤔 |
I manually changed on lines 23 and 25:
the |
Hi! any news about a possible release? I'm getting impacted by this as well. Thanks! |
1 similar comment
Hi! any news about a possible release? I'm getting impacted by this as well. Thanks! |
It looks like this error is still happening on the latest version (django-silk 3.0.1 ) from pypi released: Jul 3, 2018. When do you plan to release a new version? |
We had the same problem and we cleared the data by rolling back migrations of this app |
Still having the issue referenced by @arjenfvellinga above with Postgres @guy881 works as a temporary work around but you still have to remigrate after running. |
Yes, if a release is planned, that could be wonderful |
django-silk==3.0.0
The SQL executed to clear the request logs fail with multiple errors on Postgres 9.5.12.
The errors include:
These seem to stem from changes for PR #270.
The text was updated successfully, but these errors were encountered: