Migrations - uuid fix

This commit is contained in:
PB
2025-11-08 19:24:12 +01:00
parent 3907be917d
commit d5596b59cb
6 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
CREATE TABLE IF NOT EXISTS pricing."price"
(
id uuid NOT NULL DEFAULT gen_random_uuid()