forked from Wavyzz/dolibarr
Fix resource data structure missing address state (#26370)
* Added fk_state foreign key * Update llx_resource.key.sql * Update 18.0.0-19.0.0.sql --------- Co-authored-by: William Mead <william.mead@manchenumerique.fr> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -43,5 +43,6 @@ CREATE TABLE llx_resource
|
||||
import_key varchar(14),
|
||||
extraparams varchar(255), -- for stock other parameters with json format
|
||||
fk_country integer DEFAULT NULL, -- Optional id of original country
|
||||
fk_state integer DEFAULT NULL,
|
||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
|
||||
)ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user