Add vendor business and security owner
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
2
pkg/coredata/migrations/20250412T141800Z.sql
Normal file
2
pkg/coredata/migrations/20250412T141800Z.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE vendors ADD COLUMN business_owner_id TEXT REFERENCES peoples(id) ON DELETE SET NULL;
|
||||
ALTER TABLE vendors ADD COLUMN security_owner_id TEXT REFERENCES peoples(id) ON DELETE SET NULL;
|
||||
Reference in New Issue
Block a user