You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding instructions or adding a script for updating the table definition so it continues working for our Docker workflow and cg db. Below are draft steps on how to do the manual update:
ssh to DB
Drop table
CREATE TABLE with .sql
Save csv in local Postgres bin folder (temp solution until we can point to repo with csv)
Copy data from csv:
\COPY UNIT_UNIVERSE FROM 'Y2017-2019 unit-universe-data.csv' DELIMITER ',' CSV HEADER;
The text was updated successfully, but these errors were encountered:
Consider adding instructions or adding a script for updating the table definition so it continues working for our Docker workflow and cg db. Below are draft steps on how to do the manual update:
\COPY UNIT_UNIVERSE FROM 'Y2017-2019 unit-universe-data.csv' DELIMITER ',' CSV HEADER;
The text was updated successfully, but these errors were encountered: