PDA

View Full Version : SQL Error when deleting triggers (1.1beta5)


cameronsto
01-02-2006, 17:55
When I delete a trigger I get the error:
SQL error: Unknown column 'triggerid' in 'where clause'
Query: delete from actions where triggerid=12222 and scope=0
The trigger seems to delete properly, but this error still shows. Looking at my 'actions' table I don't have a triggerid field.

-cameron

Alexei
01-02-2006, 20:19
The issue is already fixed in the latest code. Ignore these warnings.