Fix bug [ bug #885 ] silent pgsql errors with click2dial

This commit is contained in:
fhenry 2013-05-09 10:26:04 +02:00
parent 5e059fb15d
commit 30fb1e5e05

View File

@ -374,3 +374,5 @@ create table llx_facture_fourn_extrafields
import_key varchar(14) -- import key
) ENGINE=innodb;
ALTER TABLE llx_facture_fourn_extrafields ADD INDEX idx_facture_fourn_extrafields (fk_object);
ALTER TABLE llx_user_clicktodial ADD COLUMN url varchar(255) AFTER fk_user;