add request_vote_summary table for ordering searches

This commit is contained in:
Spine
2025-08-07 16:03:10 +02:00
parent 8f46a185cb
commit 225c4c66cb
8 changed files with 126 additions and 52 deletions
-1
View File
@@ -807,7 +807,6 @@ class RequestTest extends TestCase {
$this->request = Helper::makeRequestMusic($user, $title);
$artistName = 'artist ftsreq ' . randomString();
$this->request->artistRole()->set([ARTIST_MAIN => [$artistName]], $user);
new Manager\Request()->relay();
$this->assertEquals(
$this->request->id,