mirror of
https://gitlab01.pm.org.ru/tnt/liquibase/liquibase-maven.git
synced 2026-01-12 06:34:48 +08:00
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:
parent
0f439b6faa
commit
66363505da
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
_m2
|
_m2
|
||||||
tmp
|
tmp
|
||||||
master.xml
|
master.xml
|
||||||
diff.xml
|
diff.xml
|
||||||
|
*.csv
|
||||||
|
|||||||
@ -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,4 +0,0 @@
|
|||||||
"id","name","leader_id"
|
|
||||||
"1","Fintech","2"
|
|
||||||
"3","Telecom","10"
|
|
||||||
"4","Logistic","11"
|
|
||||||
|
@ -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,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,7 +1,7 @@
|
|||||||
username=dbuser01
|
# username=dbuser01
|
||||||
password=QWEasd759
|
# password=QWEasd759
|
||||||
url=jdbc:postgresql://10.2.5.47:5432/db01
|
# url=jdbc:postgresql://10.2.5.47:5432/db01
|
||||||
driver=org.postgresql.Driver
|
# driver=org.postgresql.Driver
|
||||||
classpath=/opt/liquibase/postgresql-42.6.0.jar
|
# classpath=/opt/liquibase/postgresql-42.6.0.jar
|
||||||
changeLogFile=master.xml
|
# changeLogFile=master.xml
|
||||||
liquibaseSchemaName=liquibase
|
# liquibaseSchemaName=liquibase
|
||||||
Loading…
x
Reference in New Issue
Block a user