shift-org / shift-org/shift-docs
Add convenience scripts for common db tasks
@onewheelskyward is already working on this.
Since Sep 4, 2024.
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 25
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
For tasks that require updating the database directly, I always have to look up the syntax. I also need to be extra careful to look for typos etc so I don't accidentally edit something I wasn't intending to.
It would be nice to have scripts for common db tasks: unpublishing an event, featuring (highlighting) an event, etc. Ideally they would use SQL variables so the meat of the statement doesn't have to be altered, just the variables at the top of the script. Store them somewhere discoverable, such as services/db/scripts.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.