mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 04:26:23 +03:00
backend: добавлен тестовый пользователь в seed
This commit is contained in:
@@ -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",
|
"table_name": "character_races",
|
||||||
"records": [
|
"records": [
|
||||||
|
|||||||
Reference in New Issue
Block a user