通过了单元测试嗯
This commit is contained in:
@ -25,6 +25,6 @@ ON perm_entity BEGIN
|
||||
END;
|
||||
CREATE TRIGGER perm_info_update AFTER UPDATE
|
||||
ON perm_info BEGIN
|
||||
UPDATE perm_info SET updated_at=CURRENT_TIMESTAMP WHERE id=old.id;
|
||||
UPDATE perm_info SET updated_at=CURRENT_TIMESTAMP WHERE entity_id=old.entity_id;
|
||||
END;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user