backend: добавлен тестовый пользователь в seed

This commit is contained in:
2022-11-20 12:44:13 +03:00
parent 55f3cc7eff
commit b516f9d0b3

View File

@@ -1,4 +1,18 @@
[
{
"table_name": "users",
"records": [
{
"id": 1,
"chat_id": 1,
"first_name": "Pasha",
"last_name": "Durov",
"username": "God",
"is_admin": false,
"registered_on": "1000-01-01 00:00:00"
}
]
},
{
"table_name": "character_races",
"records": [