Update 6 files

- /dev/data/developers.csv
- /dev/data/groups.csv
- /dev/data/lang_to_developers.csv
- /dev/data/languages.csv
- /dev/liquibase.properties
- /.gitignore
This commit is contained in:
pashko 2024-04-17 08:09:02 +00:00
parent 0f439b6faa
commit 66363505da
6 changed files with 9 additions and 45 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
_m2
tmp
master.xml
diff.xml
diff.xml
*.csv

View File

@ -1,8 +0,0 @@
"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"
1 id name email is_active group_id cv
2 4 Qadir qadir@sendel.ru true NULL {"companies": [{"name": "itDEW", "startDate": "2017-02-11"}]}
3 11 Boris boris@sendel.ru true NULL NULL
4 2 Ivan ivan@sendel.ru true 1 {"companies": [{"name": "itDEW", "startDate": "2019-02-01"}]}
5 3 Victor victor@sendel.ru true 1 {"companies": [{"name": "solanas", "startDate": "2016-02-11"}]}
6 5 Rajesh rajesh@sendel.ru true 4 {"companies": [{"name": "Guargon", "startDate": "2016-02-11"}]}
7 6 Konstantin konstantin@sendel.ru true 4 {"companies": [{"name": "GRAO", "startDate": "2011-05-10"}]}
8 10 Nikita nikita@sendel.ru true 3 NULL

View File

@ -1,4 +0,0 @@
"id","name","leader_id"
"1","Fintech","2"
"3","Telecom","10"
"4","Logistic","11"
1 id name leader_id
2 1 Fintech 2
3 3 Telecom 10
4 4 Logistic 11

View File

@ -1,14 +0,0 @@
"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"
1 language_id developer_id
2 1 6
3 1 3
4 2 6
5 3 6
6 1 10
7 1 11
8 2 5
9 5 5
10 8 2
11 10 4
12 5 4
13 7 3
14 6 3

View File

@ -1,11 +0,0 @@
"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"
1 id name shortname
2 1 Java NULL
3 2 JavaScript js
4 3 Python py
5 4 Kotlin kt
6 5 C# NULL
7 6 C NULL
8 7 C++ NULL
9 8 R NULL
10 9 F NULL
11 10 GoLang go

View File

@ -1,7 +1,7 @@
username=dbuser01
password=QWEasd759
url=jdbc:postgresql://10.2.5.47:5432/db01
driver=org.postgresql.Driver
classpath=/opt/liquibase/postgresql-42.6.0.jar
changeLogFile=master.xml
liquibaseSchemaName=liquibase
# username=dbuser01
# password=QWEasd759
# url=jdbc:postgresql://10.2.5.47:5432/db01
# driver=org.postgresql.Driver
# classpath=/opt/liquibase/postgresql-42.6.0.jar
# changeLogFile=master.xml
# liquibaseSchemaName=liquibase