v1.5.20 - Removed event_end & Updated Migration

Updated Delete of multiple event
Started on deletion of single event & multiple-event edit
Removed userevent $key variable
Updated multipdf
Fixed web.php
This commit is contained in:
Anders
2021-05-04 12:32:24 +02:00
parent c617012187
commit 6cc43257b7
11 changed files with 138 additions and 92 deletions
@@ -20,7 +20,6 @@ class CreateMultipleEvents extends Migration
$table->string("accountable");
$table->longText("description");
$table->dateTime("date");
$table->dateTime('event_end');
$table->timestamps();
});
}