From b516f9d0b3d390ba245c68fc960f19a5e91cd676 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Sun, 20 Nov 2022 12:44:13 +0300 Subject: [PATCH] =?UTF-8?q?backend:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B=D0=B9?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=20=D0=B2=20seed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/scripts/init_data.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/backend/scripts/init_data.json b/backend/scripts/init_data.json index b7d3c4b..9c2f97a 100644 --- a/backend/scripts/init_data.json +++ b/backend/scripts/init_data.json @@ -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": [