mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
11 lines
187 B
YAML
11 lines
187 B
YAML
|
name: app_schemes
|
||
|
examples: >-
|
||
|
List applications that have registered the URL scheme "mailto" to handle email
|
||
|
links.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM app_schemes WHERE scheme='mailto';
|
||
|
|
||
|
```
|