Skip to content

Commit

Permalink
commentaar toegevoegd bij upgrade script brk oracle 3.0.2-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Nov 12, 2024
1 parent c9e50d0 commit 3180967
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions datamodel/upgrade_scripts/3.0.2-4.0.0/oracle/brk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ COMMENT ON COLUMN onroerendezaak.eindegeldigheid IS 'BRMO: metadata tbv archiver
COMMENT ON COLUMN recht.begingeldigheid IS 'BRMO: metadata tbv archivering, de toestandsdatum van het bericht.';

--https://b3partners.atlassian.net/browse/BRMO-332
ALTER TABLE recht DROP CONSTRAINT recht_isbestemdtot_fkey;
ALTER TABLE recht DROP CONSTRAINT recht_isontstaanuit_fkey;
ALTER TABLE recht DROP CONSTRAINT recht_isbetrokkenbij_fkey;
-- Onderstaande alleen uitvoeren als deze constraints bestaan
-- ALTER TABLE recht DROP CONSTRAINT recht_isbestemdtot_fkey;
-- ALTER TABLE recht DROP CONSTRAINT recht_isontstaanuit_fkey;
-- ALTER TABLE recht DROP CONSTRAINT recht_isbetrokkenbij_fkey;

--https://b3partners.atlassian.net/browse/BRMO-379
CREATE INDEX onroerendezaakfiliatie_betreft_idx ON onroerendezaakfiliatie (betreft);
Expand Down

0 comments on commit 3180967

Please sign in to comment.