From 5b128b15eb849e7797b7c199267f735e9a47c5d5 Mon Sep 17 00:00:00 2001 From: Ralph Date: Sun, 5 Nov 2023 15:43:25 -0700 Subject: [PATCH] Added support for Sqitch sensible database change management (#1570) Co-authored-by: Ralph Andrade Co-authored-by: Laurent Raufaste --- CHANGELOG.md | 1 + README.md | 1 + mackup/applications/sqitch.cfg | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 mackup/applications/sqitch.cfg diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c18cea3f..2da751b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## WIP +- Added support for Sqitch (via @ra1fee) - Updated support for GeekTool (via @yuchen-lea) - Remve support for Apple Preview, problematic on macOS 14.1 - Added support for Subler (via @EpicKris) diff --git a/README.md b/README.md index bf034edca..51bacf288 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ See the [README](doc/README.md) file in the doc directory for more info. - [Splice](https://splice.com/) - [Spotify Notifications](http://spotify-notifications.citruspi.io/) - [Spotify](https://www.spotify.com/) +- [Sqitch](https://sqitch.org/) - [Starship](https://starship.rs/) - [Startupizer2](http://appledoc.gentlebytes.com/startupizer/) - [Stata](http://www.stata.com/) diff --git a/mackup/applications/sqitch.cfg b/mackup/applications/sqitch.cfg new file mode 100644 index 000000000..f5ab2e763 --- /dev/null +++ b/mackup/applications/sqitch.cfg @@ -0,0 +1,5 @@ +[application] +name = Sqitch + +[configuration_files] +.sqitch/sqitch.conf