Add database updater

This commit is contained in:
Marcus Hill
2022-04-02 19:39:55 +01:00
parent cf739accc9
commit 9096b091b2
7 changed files with 120 additions and 79 deletions

8
database_version.php Normal file
View 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");