mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
drop updated and created timestamps from chat, kills and players
This commit is contained in:
parent
89687f6a76
commit
217dee4cd4
4 changed files with 19 additions and 19 deletions
|
|
@ -17,8 +17,6 @@ class PlayerProvider extends BaseProvider {
|
|||
'name' => $query->createNamedParameter($player->getName()),
|
||||
'team' => $query->createNamedParameter($player->getTeam()),
|
||||
'class' => $query->createNamedParameter($player->getClass()),
|
||||
'created_at' => 'now()',
|
||||
'updated_at' => 'now()',
|
||||
]);
|
||||
$query->execute();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue