I might have found a bug. I have a trigger which I...
# sql
r
I might have found a bug. I have a trigger which I created before last weeks updates. It effectively connected two tables,
articles
and
users
in a m2m table called
articles_users
. The name of the trigger is
on_article_created
. When I try to drop the trigger using SQL:
drop trigger on_article_created on public.articles;
I get and error saying
An error occurred with your deployment
When I try to delete trigger using the new UI, nothing happens.
Interestingly, I had to restart my instance server after trying to delete the trigger.
Ok weird. I managed to drop it now using SQL.
After the restart
b
if you can duplicate this can you please create a bug report in github for it?
This is very helpful for the dashboard team.