Updated database migration system to use the Index methods.

This commit is contained in:
flash 2023-01-07 04:15:19 +00:00
parent 59a09cf4ac
commit 67aeb9a70a
28 changed files with 744 additions and 1364 deletions

View file

@ -22,6 +22,7 @@ define('MSZ_SOURCE', MSZ_ROOT . '/src');
define('MSZ_LIBRARIES', MSZ_ROOT . '/lib');
define('MSZ_CONFIG', MSZ_ROOT . '/config');
define('MSZ_TEMPLATES', MSZ_ROOT . '/templates');
define('MSZ_MIGRATIONS', MSZ_ROOT . '/database');
define('MSZ_NDX_PATH', MSZ_LIBRARIES . '/index');
define('MSZ_NDX_PATH_DEV', MSZ_LIBRARIES . '/index-dev');