Renamed old audit record_id sequence so that new audit service can use the same naming instead

This commit is contained in:
Hanelore.Ianoseck 2023-11-14 21:58:03 +02:00
parent 68afc3e2b4
commit dc23599ad3
2 changed files with 3 additions and 0 deletions

View File

@ -165,3 +165,5 @@ databaseChangeLog:
file: db/changelog/tenant/111-rename-audit-table.yaml
- include:
file: db/changelog/tenant/112-rename-audit-pkey-constraint.sql
- include:
file: db/changelog/tenant/113-rename-audit-record-id-sequence.sql

View File

@ -0,0 +1 @@
ALTER SEQUENCE audit_record_id_seq RENAME TO old_audit_record_id_seq;