FMHN#81593: Uitleenhistorie.

svn path=/Database/trunk/; revision=63170
This commit is contained in:
Maykel Geerdink
2024-01-15 14:51:33 +00:00
parent db6ca294db
commit 016ec6f9db
6 changed files with 80 additions and 12 deletions

View File

@@ -973,6 +973,14 @@ ADD
REFERENCES prs_perslid (prs_perslid_key) ON DELETE SET NULL
);
ALTER TABLE ins_deel_uitgifte ADD
(
prs_perslid_key
NUMBER(10)
NOT NULL
CONSTRAINT ins_r_prs_perslid_key1 REFERENCES prs_perslid (prs_perslid_key)
);
ALTER TABLE prs_kostenplaatsgrp
ADD prs_kostenplaatsgrp_fiat2_key
NUMBER(10)