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,5 +22,6 @@ CREATE TABLE llx_opensurvey_comments (
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
usercomment text
date_creation datetime NOT NULL,
ip varchar(250), --ip used to create record (for public submission page)
) ENGINE=innodb;