Files
itflow/database_version.php
Andrew Malsbury d90280011f Revert "Add scheduled ticket end date field"
This reverts commit d81a04a1d4.
2023-11-22 17:45:01 +00:00

10 lines
183 B
PHP

<?php
/*
* ITFlow
* This file defines the current "latest" database version
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "0.9.6");