Files
probo/pkg/coredata/migrations/20250305T111053Z.sql
gearnode 5bdc474aef Move coredata outside probo service
Signed-off-by: gearnode <bryan@frimin.fr>
2025-03-11 09:38:36 +01:00

1 line
78 B
SQL

ALTER TABLE policies ADD COLUMN owner_id TEXT REFERENCES peoples(id) NOT NULL;