mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
rev 3
This commit is contained in:
parent
89b1d3c917
commit
08f15d0e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ END;
|
||||||
$function$
|
$function$
|
||||||
;
|
;
|
||||||
|
|
||||||
CREATE OR REPLACE TRIGGER trigger_accounts_set_token_created
|
CREATE TRIGGER trigger_accounts_set_token_created
|
||||||
BEFORE UPDATE
|
BEFORE UPDATE
|
||||||
OF "token" ON "account"
|
OF "token" ON "account"
|
||||||
FOR EACH ROW EXECUTE FUNCTION fn_set_token_created_timestamp();
|
FOR EACH ROW EXECUTE FUNCTION fn_set_token_created_timestamp();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue