add resume tariff column to user_card table

This commit is contained in:
iIronside
2022-11-17 12:40:22 +03:00
parent 0f8aa34b4f
commit 816b39fc74
6 changed files with 53 additions and 3 deletions

View File

@ -85,6 +85,7 @@ class UserCardSearch extends UserCard
'updated_at' => $this->updated_at,
'test_task_getting_date' => $this->test_task_getting_date,
'test_task_complete_date' => $this->test_task_complete_date,
'resume_tariff' => $this->resume_tariff,
]);
$query->andFilterWhere(['like', 'fio', $this->fio])