Skip to content

Commit 5b128b1

Browse files
RalphRalph Andradelra
authored
Added support for Sqitch sensible database change management (#1570)
Co-authored-by: Ralph Andrade <[email protected]> Co-authored-by: Laurent Raufaste <[email protected]>
1 parent f94a50c commit 5b128b1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## WIP
44

5+
- Added support for Sqitch (via @ra1fee)
56
- Updated support for GeekTool (via @yuchen-lea)
67
- Remve support for Apple Preview, problematic on macOS 14.1
78
- Added support for Subler (via @EpicKris)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
626626
- [Splice](https://splice.com/)
627627
- [Spotify Notifications](http://spotify-notifications.citruspi.io/)
628628
- [Spotify](https://www.spotify.com/)
629+
- [Sqitch](https://sqitch.org/)
629630
- [Starship](https://starship.rs/)
630631
- [Startupizer2](http://appledoc.gentlebytes.com/startupizer/)
631632
- [Stata](http://www.stata.com/)

mackup/applications/sqitch.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[application]
2+
name = Sqitch
3+
4+
[configuration_files]
5+
.sqitch/sqitch.conf

0 commit comments

Comments
 (0)