fix auth; update deps
This commit is contained in:
@@ -7,4 +7,3 @@ CREATE TABLE foo (
|
||||
CREATE TRIGGER test AFTER INSERT ON foo WHEN NEW.data->>'action' = 'delete' BEGIN
|
||||
DELETE FROM test WHERE key <= NEW.data->>'index';
|
||||
END;
|
||||
-- end only sqlite
|
||||
|
||||
Reference in New Issue
Block a user