Change Data Capture configuration
| Table | Events | Status | Since LSN | Last Event | Actions |
|---|---|---|---|---|---|
| {{ t.table }} |
@for (evt of t.events; track evt) {
{{ evt }}
}
|
@if (t.status === 'active') { Active } @else { Paused } | {{ t.since_lsn }} | @if (t.last_event_at) { {{ nsToDate(t.last_event_at) | date:'dd/MM HH:mm' }} } @else { — } |