Skip to content

Commit ca31f28

Browse files
chore: auto-generate plugins data
1 parent 8f8e74b commit ca31f28

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
@@ -89,7 +89,8 @@
8989
"auth"
9090
],
9191
"database": [
92-
"mysql"
92+
"mysql",
93+
"postgresql"
9394
]
9495
},
9596
"git": {

plugins-data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ export const pluginDataList: PluginData[] = [
113113
"auth"
114114
],
115115
"database": [
116-
"mysql"
116+
"mysql",
117+
"postgresql"
117118
]
118119
},
119120
"git": {

0 commit comments

Comments
 (0)