Skip to content

Commit 4700ab7

Browse files
committed
fix: remove extraneous comment node on db.xml
See: magento/magento2#40242
1 parent 9f53f7b commit 4700ab7

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
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
4-
<table name="graycore_graphql_log" resource="default" engine="innodb" comment="">
4+
<table name="graycore_graphql_log" resource="default" engine="innodb">
55
<column xsi:type="int" name="log_id" unsigned="true" nullable="false" identity="true" />
66
<column xsi:type="varchar" name="hash" nullable="false" length="64" />
77
<column xsi:type="varchar" name="method" nullable="false" length="4" />

0 commit comments

Comments
 (0)