Skip to content

Commit 80f6aee

Browse files
chore: auto-generate plugins data
1 parent 6b97edf commit 80f6aee

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

plugins-data.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"validDatabases": [
1414
"mysql",
15-
"pgsql",
1615
"postgresql"
1716
],
1817
"pluginDataList": [
@@ -55,8 +54,7 @@
5554
"auth"
5655
],
5756
"database": [
58-
"mysql",
59-
"pgsql"
57+
"mysql"
6058
]
6159
},
6260
"git": {
@@ -76,8 +74,7 @@
7674
"auth"
7775
],
7876
"database": [
79-
"mysql",
80-
"pgsql"
77+
"mysql"
8178
]
8279
},
8380
"git": {
@@ -125,8 +122,7 @@
125122
"notification"
126123
],
127124
"database": [
128-
"mysql",
129-
"pgsql"
125+
"mysql"
130126
]
131127
},
132128
"git": {
@@ -174,8 +170,7 @@
174170
"task"
175171
],
176172
"database": [
177-
"mysql",
178-
"pgsql"
173+
"mysql"
179174
]
180175
},
181176
"git": {

plugins-data.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const validTags = [
1111
] as const
1212
export const validDatabases = [
1313
"mysql",
14-
"pgsql",
1514
"postgresql"
1615
] as const
1716

@@ -79,8 +78,7 @@ export const pluginDataList: PluginData[] = [
7978
"auth"
8079
],
8180
"database": [
82-
"mysql",
83-
"pgsql"
81+
"mysql"
8482
]
8583
},
8684
"git": {
@@ -100,8 +98,7 @@ export const pluginDataList: PluginData[] = [
10098
"auth"
10199
],
102100
"database": [
103-
"mysql",
104-
"pgsql"
101+
"mysql"
105102
]
106103
},
107104
"git": {
@@ -149,8 +146,7 @@ export const pluginDataList: PluginData[] = [
149146
"notification"
150147
],
151148
"database": [
152-
"mysql",
153-
"pgsql"
149+
"mysql"
154150
]
155151
},
156152
"git": {
@@ -198,8 +194,7 @@ export const pluginDataList: PluginData[] = [
198194
"task"
199195
],
200196
"database": [
201-
"mysql",
202-
"pgsql"
197+
"mysql"
203198
]
204199
},
205200
"git": {

0 commit comments

Comments
 (0)