mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 04:26:23 +03:00
backend: добавлен скрипт для вставки начальных данных
This commit is contained in:
15
backend/scripts/init_data.json
Normal file
15
backend/scripts/init_data.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"table_name": "character_classes",
|
||||
"records": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Тест1"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Тест2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user