mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
store kills directly with players
This commit is contained in:
parent
217dee4cd4
commit
6d01061c58
11 changed files with 83 additions and 84 deletions
|
|
@ -75,7 +75,10 @@ class UserProviderTest extends TestCase {
|
|||
$user->getId(),
|
||||
$user->getName(),
|
||||
'red',
|
||||
'scout'
|
||||
'scout',
|
||||
1,
|
||||
1,
|
||||
1
|
||||
));
|
||||
|
||||
$this->getDatabaseConnection()->query('REFRESH MATERIALIZED VIEW name_list');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue