mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
added order saving, dragging and pinning
This commit is contained in:
@@ -21,6 +21,7 @@ class CreateItemsTable extends Migration
|
||||
$table->string('url');
|
||||
$table->text('description')->nullable();
|
||||
$table->boolean('pinned')->default(false);
|
||||
$table->integer('order')->default(0);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user