v1.5.23 added when a multi or just a event is achieve remove it from index pages

This commit is contained in:
2021-05-10 12:17:48 +02:00
parent 322dbaf31e
commit 3908a6b00c
8 changed files with 53 additions and 50 deletions
@@ -15,7 +15,7 @@ class CreateMultipleEventsParent extends Migration
{
Schema::create('multiple_events_parent', function (Blueprint $table) {
$table->id();
$table->string('week');
$table->integer('week');
$table->foreignId('resource_id')->nullable()->constrained('resources', 'id');
$table->timestamps();
});