mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
Remove postgres wording from mysql resource (#964)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"user": {
|
||||
"type": "string",
|
||||
"description": "The postgres username"
|
||||
"description": "The MySQL username"
|
||||
},
|
||||
"database": {
|
||||
"type": "string",
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"description": "The postgres users password"
|
||||
"description": "The MySQL user password"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user