copy over old dcard
This commit is contained in:
parent
9218408ddf
commit
baadaaef8d
1
reload/dump.sql
Normal file
1
reload/dump.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
copy (select r.* from tps.trans join lateral jsonb_populate_record(null::tps.dcard, rec) r on true where srce = 'DCARD') to 'C:\users\fleet\downloads\dcard.csv' with (format csv, header true);
|
@ -1 +1 @@
|
|||||||
curl -v -F upload=@./data.csv http://localhost:81/import?srce=dcard
|
curl -v -F upload=@//mnt/c/Users/fleet/Downloads/dcard.csv http://localhost:81/import?srce=dcard
|
Loading…
Reference in New Issue
Block a user