Add foreign key constraint also to satmode table

This commit is contained in:
phl0
2025-04-04 10:10:45 +02:00
parent 6c1ddd76c5
commit b32cb82096
2 changed files with 23 additions and 1 deletions

View File

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