Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now

New schema inconsistency: web_hooks

We have detected a new schema inconsistency.

Table_name: web_hooks
Object_name: web_hooks
Validator_name: different_definition_tables
Error_message: The table web_hooks has a different column statement between structure.sql and database
Diff:

-CREATE TABLE web_hooks (created_at timestamp with time zone NOT NULL, updated_at timestamp with time zone NOT NULL, type character varying(510) DEFAULT 'ProjectHook'::character varying)
+CREATE TABLE web_hooks (created_at timestamp without time zone, updated_at timestamp without time zone, type character varying DEFAULT 'ProjectHook'::character varying)

For more information, please contact the database team.

Edited Apr 26, 2023 by Diogo Frazão
Assignee Loading
Time tracking Loading