2
0
forked from Wavyzz/dolibarr

Fix #23096 : add missing ip column on tables

This commit is contained in:
hystepik
2022-12-08 10:33:44 +01:00
parent c110bffaec
commit 2242f89e19
5 changed files with 6 additions and 0 deletions

View File

@@ -22,4 +22,5 @@ CREATE TABLE llx_opensurvey_user_studs (
reponses VARCHAR(200) NOT NULL, -- Not used for 'F' surveys
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
date_creation datetime NOT NULL,
ip varchar(250), --ip used to create record (for public submission page)
) ENGINE=innodb;