v1.4.4 Made news expiration date, add category to app homepages, made small css things
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateNewsTable extends Migration
|
||||
$table->id();
|
||||
$table->string("name");
|
||||
$table->string('subname');
|
||||
$table->date('news_expiration_date')->nullable();
|
||||
$table->text("content");
|
||||
$table->foreignId('resource_id')->nullable()->constrained('resources', 'id');
|
||||
$table->integer("arrangement_id")->nullable(); //Gets ID from given event, menu, guide or news
|
||||
|
||||
Reference in New Issue
Block a user