Skip to content

Query to display the data #23

@polianomartini

Description

@polianomartini

The script was run and is operating normally.

I want to make a query to return the structure:

field | previous value | current value

When the action is equal to "Insert", to show the fields content only in the "current value" column.

Example:

field | previous value | current value

id | (Null) | 1
name | (Null) | Rick

When the action is equal to "Update."

Example:

field | previous value | current value

id | 1 | 1
name | (Null) | Richard

And finally "Delete":

field | previous value | current value

1 | 1 | (Null)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions