kopia lustrzana https://github.com/pixelfed/pixelfed
Update 2025_03_19_022553_add_pinned_columns_statuses_table.php
rodzic
c9a0fe0026
commit
f70e0b4ae0
|
@ -12,7 +12,7 @@ return new class extends Migration
|
|||
public function up(): void
|
||||
{
|
||||
Schema::table('statuses', function (Blueprint $table) {
|
||||
$table->integer('pinned_order')->nullable()->default(null);
|
||||
$table->tinyInteger('pinned_order')->nullable()->default(null)->index();
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue