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 512a160 commit 2edf50cCopy full SHA for 2edf50c
scripts/connection.mjs
@@ -133,7 +133,7 @@ class MysqlConnection {
133
const fields = [
134
'version',
135
'name',
136
- 'component',
+ 'name_en',
137
'icon',
138
'description',
139
'docUrl',
@@ -189,7 +189,7 @@ class MysqlConnection {
189
})
190
191
sqlContent += values.join()
192
- sqlContent += ` where component = '${component.component}';`
+ sqlContent += ` where name_en = '${component.component}';`
193
194
this.query(sqlContent, component.component)
195
.then(() => {
0 commit comments