ci: remove quotes for batch size
This commit is contained in:
parent
735c851e67
commit
5d26f908c9
|
@ -54,7 +54,7 @@ if echo ${EMPTY_CHECK} | grep -q "Did not find any relations."; then
|
|||
LOAD DATABASE
|
||||
FROM mysql://django:RkTkDPFnKpko@db/ietf_utf8
|
||||
INTO postgresql://django:RkTkDPFnKpko@pgdb/ietf
|
||||
WITH concurrency = 1, batch size = '10MB', batch rows = 10000
|
||||
WITH concurrency = 1, batch size = 10MB, batch rows = 10000
|
||||
CAST type varchar to text drop typemod;
|
||||
EOF
|
||||
pgloader --verbose --logfile=ietf_pgloader.run --summary=ietf_pgloader.summary cast.load
|
||||
|
|
Loading…
Reference in a new issue