Files
itflow/database_version.php
Hugo Sampaio e677292875 update db
update db to store phone mask option
2024-05-06 10:44:52 -03:00

9 lines
182 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", "1.2.9");