[sql] Failed to execute: CREATE TABLE geocodes_country_changes ( id_country_history SERIAL, id_country int DEFAULT 0, code varchar(10) default '' NOT NULL, value varchar(255) default '' NOT NULL, is_attached SMALLINT DEFAULT 0, date_validity_start DATE default '1900-01-01', date_validity_end DATE default '2999-12-31', deprecated SMALLINT DEFAULT 0, date_update DATE default '1943-01-01', author varchar(255) default '' NOT NULL, status varchar(50) DEFAULT '' NOT NULL, PRIMARY KEY (id_country_history, id_country) )
[sql] Failed to execute: ALTER TABLE geocodes_country_changes ADD CONSTRAINT fk_id_country FOREIGN KEY (id_country) REFERENCES geocodes_country (id_country)
[sql] Failed to execute: INSERT INTO identitystore_duplicate_rule( code, name, description, nb_equal_attributes, nb_missing_attributes, priority, active, daemon, nb_filled_attributes) VALUES ('ExternalDeclarationRule', 'Règle utilisée pour rattacher les déclarations externes d''identités suspectées d''avoir des doublons', '', 0, 0, 0, 0, 0, 0)
[sql] Failed to execute: CREATE INDEX identitystore_identity_connection_id ON identitystore_identity (lower(connection_id::text))
[sql] Failed to execute: CREATE TABLE identitystore_identity_attribute_history ( id_history int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), change_type int NOT NULL, change_satus varchar(255) NOT NULL, change_message varchar(255) default null, author_type varchar(255) NOT NULL, author_name varchar(255) default null, client_code varchar(255) default null, id_identity int NOT NULL, attribute_key varchar(50) NOT NULL, attribute_value varchar(255) default null, certification_process varchar(255) default null, certification_date timestamp(3) default null, modification_date timestamp(3) default CURRENT_TIMESTAMP NOT NULL , metadata json DEFAULT NULL, PRIMARY KEY (id_history) )
[sql] Failed to execute: CREATE INDEX IDX_ID_IDENTITY_ATTRIBUTE_HISTORY ON identitystore_identity_attribute_history (id_identity)
[sql] Failed to execute: CREATE TABLE identitystore_identity_history ( id_history int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), change_type int not null, change_status varchar(255), change_message varchar(255), author_type varchar(255), author_name varchar(255), client_code varchar(255), customer_id varchar(50) NOT NULL, modification_date timestamp(3) default CURRENT_TIMESTAMP, metadata json default NULL, PRIMARY KEY (id_history) )
[sql] Failed to execute: CREATE INDEX identitystore_identity_history_cuid ON identitystore_identity_history (customer_id)