added database migrations

This commit is contained in:
2025-09-04 00:48:30 +02:00
parent 1ae30c11cb
commit 15e28e1b18
8 changed files with 44 additions and 53 deletions

View File

@@ -0,0 +1,10 @@
-- update Funktion für pass_hash
DROP FUNCTION update_zuletzt_geandert;
DROP TRIGGER IF EXISTS pass_hash_update ON user_password;
-- revert: Adds crypto extension
DROP EXTENSION IF EXISTS pgcrypto;