Skip to content

BUG: migrate script sets the wrong APPLIED_AT value  #202

Open
@tohagan-tmr

Description

@tohagan-tmr

The APPLIED_AT value is invalid since it should reflect the time the generated SQL script was executed rather than the time the migrate script code gen was run. It's important to have the correct value set for data management auditing.

If the APPLIED_AT field was a DATETIME value then it would be easier to fix this using generic SQL but since its VARCHAR we may need a property settings to specify the SQL expression used to convert NOW() to a VARCHAR value for APPLIED_AT as this can vary by SQL engine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions