diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-06 18:41:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-06 18:41:51 -0400 |
commit | 13ea77f018cebbf0a3b0457d4806cd6b8b5614e1 (patch) | |
tree | 30357f6ddd6eb186d599ba49f77f029e2bff72d7 /docs | |
parent | b89a4ac33f53677f18d641d73a97629f340fca7e (diff) |
Fix bug with notifications and subtask restriction
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postgresql-configuration.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postgresql-configuration.markdown b/docs/postgresql-configuration.markdown index 9f88a526..3c07ff16 100644 --- a/docs/postgresql-configuration.markdown +++ b/docs/postgresql-configuration.markdown @@ -9,7 +9,7 @@ Requirements - A Postgresql server already installed and configured - The PHP extension `pdo_pgsql` installed (Debian/Ubuntu: `apt-get install php5-pgsql`) -Note: Kanboard is tested with **Postgresql >= 9.4** +Note: Kanboard is tested with **Postgresql 9.3 and 9.4** Configuration ------------- |