Fix bug [ bug #885 ] silent pgsql errors with click2dial
This commit is contained in:
parent
5e059fb15d
commit
30fb1e5e05
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user