New schema inconsistency: epics
We have detected a new schema inconsistency.
Table_name: epics
Object_name: epics
Validator_name: different_definition_tables
Error_message: The table epics has a different column statement between structure.sql and database
Diff:
-CREATE TABLE epics (last_edited_at timestamp with time zone, created_at timestamp with time zone NOT NULL, updated_at timestamp with time zone NOT NULL, closed_at timestamp with time zone)
+CREATE TABLE epics (last_edited_at timestamp without time zone, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, closed_at timestamp without time zone)
For more information, please contact the database team.
Edited by Diogo Frazão