Added new col login_attempts to user-table

This commit is contained in:
int2001
2025-01-13 08:54:37 +00:00
parent eb97006787
commit f342c80e52
2 changed files with 30 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE;
|
*/
$config['migration_version'] = 233;
$config['migration_version'] = 234;
/*
|--------------------------------------------------------------------------