We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efc178 commit e294ff6Copy full SHA for e294ff6
models/util/DBLogger.cfc
@@ -403,12 +403,12 @@ component accessors="true" singleton threadsafe {
403
action VARCHAR(20) NOT NULL,
404
blockType VARCHAR(20) NOT NULL,
405
ip VARCHAR(100) NOT NULL,
406
- host VARCHAR(255) NOT NULL,
+ host VARCHAR(1024) NOT NULL,
407
httpMethod VARCHAR(25) NOT NULL,
408
- path VARCHAR(255) NOT NULL,
409
- queryString VARCHAR(255) NOT NULL,
410
- referer VARCHAR(255),
411
- userAgent VARCHAR(255) NOT NULL,
+ path VARCHAR(1024) NOT NULL,
+ queryString VARCHAR(1024) NOT NULL,
+ referer VARCHAR(1024),
+ userAgent VARCHAR(1024) NOT NULL,
412
userId VARCHAR(36),
413
securityRule #getTextColumnType()#,
414
PRIMARY KEY (id)
0 commit comments