diff options
author | Peter Bex <peter@more-magic.net> | 2023-03-19 10:50:55 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2023-03-19 10:50:55 +0100 |
commit | 4dc7e35e7aa542243c9beed5c6a2a5fc07836de9 (patch) | |
tree | f67968cfee99942a8f77770ab83756a9d417ff24 /.gitignore | |
parent | 9d05c9ca73c2b501744d528475532ab728318bde (diff) | |
download | ppq-master.tar.gz |
This allows, for example, to easily run a different major Postgres version.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ +.envrc.local postgres/data -postgres/postgresql_overrides.conf
\ No newline at end of file +postgres/postgresql_overrides.conf +postgres/prepare.sql
\ No newline at end of file |