Verbesserungen i80n, Bugfixes, uvm

This commit is contained in:
2026-03-28 14:04:01 +01:00
parent 7729aba416
commit e7adae9762
18 changed files with 202 additions and 65 deletions

View File

@@ -15,8 +15,10 @@ return new class extends Migration
$table->id();
$table->string('name');
$table->string('shortname');
$table->date('from_date');
$table->date('to_date');
$table->date('from_date_internal');
$table->date('to_date_internal');
$table->date('from_date_visible');
$table->date('to_date_visible');
$table->boolean('active')->default(false);
$table->timestamps();
});