remove: pgcrypto reference

This commit is contained in:
2026-02-22 21:42:50 +01:00
parent 38c08ff448
commit 2202676f54
5 changed files with 4 additions and 9 deletions
-3
View File
@@ -13,8 +13,5 @@
-- - Role delegation with time bounds
-- =============================================================================
-- Require pgcrypto for UUID generation
CREATE EXTENSION IF NOT EXISTS pgcrypto;
-- Create the morbac schema
CREATE SCHEMA IF NOT EXISTS morbac;