Add migration for cascade delete

This commit is contained in:
Andreas Kristiansen
2025-08-12 19:22:16 +02:00
parent a4b8f25af8
commit ed57f915f8
2 changed files with 26 additions and 1 deletions

View File

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