Logs

{data.resultChangeLogCount} results

Filter
{#each data.changeLog as { id, table_name, operation, tstamp, old_value, new_value, user }} {/each}
User Resource Operation Date and time Changes
{user.username} {table_name} {operation} {@const oldValue = JSON.stringify(old_value, null, 2)} {@const newValue = JSON.stringify(new_value, null, 2)}

Log changes

{table_name} — {operation}

{@html htmlDiff(oldValue, newValue)}