File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed
Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 1212 ],
1313 "validDatabases" : [
1414 " mysql" ,
15- " pgsql" ,
1615 " postgresql"
1716 ],
1817 "pluginDataList" : [
5554 " auth"
5655 ],
5756 "database" : [
58- " mysql" ,
59- " pgsql"
57+ " mysql"
6058 ]
6159 },
6260 "git" : {
7674 " auth"
7775 ],
7876 "database" : [
79- " mysql" ,
80- " pgsql"
77+ " mysql"
8178 ]
8279 },
8380 "git" : {
125122 " notification"
126123 ],
127124 "database" : [
128- " mysql" ,
129- " pgsql"
125+ " mysql"
130126 ]
131127 },
132128 "git" : {
174170 " task"
175171 ],
176172 "database" : [
177- " mysql" ,
178- " pgsql"
173+ " mysql"
179174 ]
180175 },
181176 "git" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export const validTags = [
1111] as const
1212export 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" : {
You can’t perform that action at this time.
0 commit comments