1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-07 17:42:53 +03:00

bump minimum db version

This commit is contained in:
David Goodwin
2018-05-02 21:25:36 +01:00
parent 4c6bcdbc39
commit b4849b8431

View File

@@ -16,7 +16,7 @@
*/ */
$version = '3.2'; $version = '3.2';
$min_db_version = 1837; # update (at least) before a release with the latest function numbrer in upgrade.php $min_db_version = 1840; # update (at least) before a release with the latest function numbrer in upgrade.php
/** /**
* check_session * check_session