Skip to content

Commit 1fe8dbb

Browse files
fix: change request_url type from varchar to text
1 parent 7aa683f commit 1fe8dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<table name="webapi_logs" resource="default" engine="innodb" comment="Transporter Activity Table">
1010
<column xsi:type="int" name="log_id" padding="10" unsigned="true" nullable="false" identity="true"/>
1111
<column xsi:type="varchar" name="requestor_ip" nullable="false"/>
12-
<column xsi:type="varchar" name="request_url" nullable="false"/>
12+
<column xsi:type="text" name="request_url" nullable="false"/>
1313
<column xsi:type="text" name="request_headers" nullable="false"/>
1414
<column xsi:type="varchar" name="request_method" nullable="false"/>
1515
<column xsi:type="text" name="request_body" nullable="false"/>

0 commit comments

Comments
 (0)