mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
6d3a2d279a
* invalidate auth cache when logging out * use proper sqlx migrate add * formatting * pg notify on token, not email
5 lines
164 B
SQL
5 lines
164 B
SQL
-- Remove token invalidation notification trigger
|
|
|
|
DROP TRIGGER IF EXISTS token_invalidation_trigger ON token;
|
|
DROP FUNCTION IF EXISTS notify_token_invalidation();
|