mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
feat: song native title (#979)
This commit is contained in:
@@ -23,6 +23,13 @@ final class CreateSongIndex implements MigrationInterface
|
||||
],
|
||||
],
|
||||
]);
|
||||
$mapping->text('title_native', [
|
||||
'fields' => [
|
||||
'keyword' => [
|
||||
'type' => 'keyword',
|
||||
],
|
||||
],
|
||||
]);
|
||||
$mapping->date('updated_at');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user