Skip to content

Commit cbd3f49

Browse files
chore: auto-generate plugins data
1 parent 4cc95d0 commit cbd3f49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

plugins-data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@
202202
"task"
203203
],
204204
"database": [
205-
"mysql"
205+
"mysql",
206+
"postgresql"
206207
]
207208
},
208209
"git": {

plugins-data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ export const pluginDataList: PluginData[] = [
226226
"task"
227227
],
228228
"database": [
229-
"mysql"
229+
"mysql",
230+
"postgresql"
230231
]
231232
},
232233
"git": {

0 commit comments

Comments
 (0)