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:
@@ -20,7 +20,6 @@ class CreateMultipleEvents extends Migration
|
||||
$table->string("accountable");
|
||||
$table->longText("description");
|
||||
$table->dateTime("date");
|
||||
$table->dateTime('event_end');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user