Skip to content

Commit 89825ec

Browse files
chore: auto-generate plugins data
1 parent 57548c9 commit 89825ec

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
@@ -68,7 +68,8 @@
6868
"auth"
6969
],
7070
"database": [
71-
"mysql"
71+
"mysql",
72+
"postgresql"
7273
]
7374
},
7475
"git": {

plugins-data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ export const pluginDataList: PluginData[] = [
9292
"auth"
9393
],
9494
"database": [
95-
"mysql"
95+
"mysql",
96+
"postgresql"
9697
]
9798
},
9899
"git": {

0 commit comments

Comments
 (0)