18 lines
260 B
YAML
18 lines
260 B
YAML
name: stash sqlite
|
|
|
|
performerByFragment:
|
|
action: script
|
|
script:
|
|
- python
|
|
- stash-sqlite.py
|
|
- fetch
|
|
|
|
performerByName:
|
|
action: script
|
|
script:
|
|
- python
|
|
- stash-sqlite.py
|
|
- query
|
|
|
|
# Last Updated October 17, 2021
|