adad
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-11 00:03:17 +02:00
parent 7c33d60f14
commit faa4c237c8
2 changed files with 79 additions and 18 deletions

View File

@@ -142,16 +142,19 @@ $mm->registerFunction($moduleName, 'setup_actions', static function (): array {
[
'name' => 'initialize_schema',
'label' => 'Tabellen importieren',
'section' => 'database',
'help' => 'Legt die Mining-Checker Tabellen an, wenn sie noch nicht vorhanden sind.',
],
[
'name' => 'upgrade_schema',
'label' => 'Tabellen updaten',
'section' => 'database',
'help' => 'Fuehrt fehlende Tabellen- und Spalten-Upgrades fuer den Mining-Checker aus.',
],
[
'name' => 'seed_import',
'label' => 'Seed-Daten importieren',
'section' => 'database',
'help' => 'Importiert die vordefinierten Startdaten fuer das Standardprojekt.',
],
];