mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add database updater
This commit is contained in:
8
database_version.php
Normal file
8
database_version.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
* ITFlow
|
||||
* This file defines the current "latest" database version
|
||||
* It is used in conjunction with database_updates.php
|
||||
*/
|
||||
|
||||
DEFINE("LATEST_DATABASE_VERSION", "0.0.1");
|
||||
Reference in New Issue
Block a user