Skip to content

Use timestamp with time zone for timestamp fields in projection_versions #20

@datafoo

Description

@datafoo

The timestamps inserted_at and updated_at in projection_versions table use the PostgreSQL type timestamp without time zone.

Since inserted_at and updated_at are to be implicitly interpreted as UTC, why not making it explicit and use the PostgreSQL type timestamp with time zone instead?

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