Updated database migration system to use the Index methods.
This commit is contained in:
parent
59a09cf4ac
commit
67aeb9a70a
28 changed files with 744 additions and 1364 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue