add menu_created, menu_edited fields to DB

This commit is contained in:
redmatrix
2015-05-28 16:59:56 -07:00
parent 1a86e3321b
commit 0f09a4499b
6 changed files with 65 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1141 );
define ( 'DB_UPDATE_VERSION', 1142 );
/**
* @brief Constant with a HTML line break.