Files
arbeitszeitmessung/migrations/20250901201710_triggers_extension.down.sql
Tom Tröger 1daf4db167
All checks were successful
Tests / Run Go Tests (push) Successful in 1m44s
fixed premission problem after making migrations executed by go
2026-01-17 21:41:46 +01:00

6 lines
134 B
SQL

-- update Funktion für pass_hash
DROP FUNCTION update_zuletzt_geandert;
DROP TRIGGER IF EXISTS pass_hash_update ON user_password;