Merge pull request #1196 from FHenry/develop
Fix PgSQL upgrade process failed
This commit is contained in:
commit
9acc6bedbb
@ -22,7 +22,7 @@ DELETE FROM llx_menu where module='holiday';
|
|||||||
|
|
||||||
ALTER TABLE llx_projet_task ADD COLUMN planned_workload real DEFAULT 0 NOT NULL AFTER duration_effective;
|
ALTER TABLE llx_projet_task ADD COLUMN planned_workload real DEFAULT 0 NOT NULL AFTER duration_effective;
|
||||||
|
|
||||||
ALTER TABLE llx_socpeople ADD COLUMN statut tinyint(4) DEFAULT 1 NOT NULL after import_key;
|
ALTER TABLE llx_socpeople ADD COLUMN statut tinyint DEFAULT 1 NOT NULL AFTER import_key;
|
||||||
|
|
||||||
create table llx_fichinter_extrafields
|
create table llx_fichinter_extrafields
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user