mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
add gps position for files (#36240)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -43,5 +43,9 @@ CREATE TABLE llx_ecm_files
|
||||
fk_user_m integer,
|
||||
note_private text,
|
||||
note_public text,
|
||||
acl text -- for future permission 'per file'
|
||||
acl text, -- for future permission 'per file'
|
||||
geolat double(24,8) DEFAULT NULL,
|
||||
geolong double(24,8) DEFAULT NULL,
|
||||
geopoint point DEFAULT NULL,
|
||||
georesultcode varchar(16)
|
||||
) ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user