Replace static UUID by gen_random_uuid() in pg migration.

Fixes #634.
This commit is contained in:
Orne Brocaar 2025-04-15 12:28:44 +01:00
parent d91fb77617
commit 5fd57de6ce

View File

@ -26,7 +26,7 @@ insert into "user" (
password_hash,
note
) values (
'05244f12-6daf-4e1f-8315-c66783a0ab56',
gen_random_uuid(),
now(),
now(),
true,