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