Renamed audit_pkey constraint from old_audit table

This commit is contained in:
Hanelore.Ianoseck 2023-11-14 20:37:44 +02:00
parent 82f6fa2c16
commit 68afc3e2b4
2 changed files with 3 additions and 0 deletions

View File

@ -163,3 +163,5 @@ databaseChangeLog:
file: db/changelog/tenant/110-add-rules-file-type.yaml
- include:
file: db/changelog/tenant/111-rename-audit-table.yaml
- include:
file: db/changelog/tenant/112-rename-audit-pkey-constraint.sql

View File

@ -0,0 +1 @@
ALTER TABLE old_audit RENAME CONSTRAINT audit_pkey TO old_audit_pkey;