add mysql/db version to posted analytics

This commit is contained in:
Nabeel Shahzad
2018-01-18 22:59:09 -05:00
parent 7e09cf6c28
commit 6e12c00725
2 changed files with 14 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ namespace App\Models\Enums;
class AnalyticsDimensions
{
const PHP_VERSION = 1;
const MYSQL_VERSION = 2;
const DATABASE_VERSION = 2;
const PHPVMS_VERSION = 3;
}