Closed mgraber closed 3 years ago
https://github.com/NYCPlanning/db-cpdb/commit/87d710f36a0f8d5ce36786e6ce9f58e2f34e47ff
to make things easier, we will just dump all tables, this actually makes a lot more sense.
Also there are ways to change the default schema in postgres from public
to cpdb
so that all the sql queries would still work, without having to prepend cpdb
as schema name
74
Archive intermediate tables so that we can debug missing geoms (since geoms are missing, these records don't end up in cpdb_dcpattributes_pts or cpdb_dcpattributes_poly).