We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdb575 commit 1f42689Copy full SHA for 1f42689
1 file changed
src/PostgreSqlPlugin.cs
@@ -20,7 +20,7 @@ public class PostgreSqlPlugin: IPlugin
20
CompanyName = "FlowSynx",
21
Description = Resources.PluginDescription,
22
Version = new Version(1, 1, 0),
23
- Category = PluginCategory.Data,
+ Category = PluginCategory.Database,
24
Authors = new List<string> { "FlowSynx" },
25
Copyright = "© FlowSynx. All rights reserved.",
26
Icon = "flowsynx.png",
0 commit comments