mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-30 20:28:26 +00:00
Allow to connect a person to an organization
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
ALTER TABLE `person`
|
||||
ADD COLUMN `oid` varchar(254);
|
||||
|
||||
ALTER TABLE `person`
|
||||
ADD CONSTRAINT fk_person_organization
|
||||
FOREIGN KEY (`oid`)
|
||||
REFERENCES `organization`(`oid`);
|
Reference in New Issue
Block a user