mirror of
https://gitlab01.pm.org.ru/tnt/liquibase/liquibase-maven.git
synced 2026-09-07 18:35:22 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"id","name","email","is_active","group_id","cv"
|
||||
"4","Qadir","qadir@sendel.ru","true","NULL","{""companies"": [{""name"": ""itDEW"", ""startDate"": ""2017-02-11""}]}"
|
||||
"11","Boris","boris@sendel.ru","true","NULL","NULL"
|
||||
"2","Ivan","ivan@sendel.ru","true","1","{""companies"": [{""name"": ""itDEW"", ""startDate"": ""2019-02-01""}]}"
|
||||
"3","Victor","victor@sendel.ru","true","1","{""companies"": [{""name"": ""solanas"", ""startDate"": ""2016-02-11""}]}"
|
||||
"5","Rajesh","rajesh@sendel.ru","true","4","{""companies"": [{""name"": ""Guargon"", ""startDate"": ""2016-02-11""}]}"
|
||||
"6","Konstantin","konstantin@sendel.ru","true","4","{""companies"": [{""name"": ""GRAO"", ""startDate"": ""2011-05-10""}]}"
|
||||
"10","Nikita","nikita@sendel.ru","true","3","NULL"
|
||||
|
@@ -0,0 +1,4 @@
|
||||
"id","name","leader_id"
|
||||
"1","Fintech","2"
|
||||
"3","Telecom","10"
|
||||
"4","Logistic","11"
|
||||
|
@@ -0,0 +1,14 @@
|
||||
"language_id","developer_id"
|
||||
"1","6"
|
||||
"1","3"
|
||||
"2","6"
|
||||
"3","6"
|
||||
"1","10"
|
||||
"1","11"
|
||||
"2","5"
|
||||
"5","5"
|
||||
"8","2"
|
||||
"10","4"
|
||||
"5","4"
|
||||
"7","3"
|
||||
"6","3"
|
||||
|
@@ -0,0 +1,11 @@
|
||||
"id","name","shortname"
|
||||
"1","Java","NULL"
|
||||
"2","JavaScript","js"
|
||||
"3","Python","py"
|
||||
"4","Kotlin","kt"
|
||||
"5","C#","NULL"
|
||||
"6","C","NULL"
|
||||
"7","C++","NULL"
|
||||
"8","R","NULL"
|
||||
"9","F","NULL"
|
||||
"10","GoLang","go"
|
||||
|
Reference in New Issue
Block a user