Skip to content

Commit

Permalink
Fix PgSQL upgrade process failed
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Aug 26, 2013
1 parent 6789257 commit 5ea6518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/migration/3.4.0-3.5.0.sql
Expand Up @@ -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_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
(
Expand Down

0 comments on commit 5ea6518

Please sign in to comment.