Skip to content

2024 rc postgres compta

Florian HENRY requested to merge 2024_rc_postgres_compta into 2024_rc

in postgreSQL 2025-02-17 16:03:25 ERR 185.135.179.127 DoliDBPgsql::query SQL Error query: CREATE TABLE llx_c_sirene_country ("rowid" INTEGER NOT NULL, "code_sirene" int(11) NOT NULL, "country_code" varchar(2) NOT NULL, "country_code_iso" varchar(3) NULL, "country_label" varchar(255) NULL, "active" INTEGER DEFAULT 1 NOT NULL, "entity" INTEGER DEFAULT 1 NOT NULL)

2025-02-17 16:03:25 ERR 185.135.179.127 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "(" LINE 1: ...untry ("rowid" INTEGER NOT NULL, "code_sirene" int(11) NOT N... ^

int(11) is not a valid type in PGSql

Merge request reports

Loading