migrate searchbox to mode related

This commit is contained in:
xiaomlove
2022-09-13 19:21:05 +08:00
parent cee206df4c
commit f2c4a7d30f
12 changed files with 168 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
private static array $tables = [
'sources', 'media', 'standards', 'codecs', 'audiocodecs', 'teams', 'processings'
'sources', 'media', 'standards', 'codecs', 'audiocodecs', 'teams', 'processings', 'secondicons'
];
/**
* Run the migrations.