update issue template to show postgres version command

This commit is contained in:
Julian Lam
2018-09-15 17:31:48 -04:00
parent c0b96a402e
commit 7bde09f645

View File

@@ -12,7 +12,7 @@
<!-- (to find your git hash, execute `git rev-parse HEAD` from the main NodeBB directory) -->
- **Database type:** mongo, redis, or postgres
- **Database version:**
<!-- `mongod --version` or `redis-server --version` -->
<!-- `mongod --version`, `redis-server --version`, or `postgres --version` -->
- **Exact steps to cause this issue:**
<!--
1. First I did this...