trabajando en user y groups con el nuevo formato

This commit is contained in:
Jaime Jimenez
2023-05-07 21:16:35 +02:00
parent b7b4821f8a
commit 50e8cb9fd5
41 changed files with 1508 additions and 807 deletions

View File

@ -11,11 +11,11 @@ class Migrate extends Controller
{
$migrate = \Config\Services::migrations();
$file = 'Database\\Migrations\\2023-04-25-161753_RemoveGroupFromUser.php';
try {
#$migrate->regress(-1);
$migrate->latest();
echo "migrated";
$migrate->force($file);
} catch (\Exception $e) {
echo $e->getMessage();