Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove project_url column from osm.pgosm_flex #298

Closed
rustprooflabs opened this issue Jan 21, 2023 · 0 comments
Closed

Remove project_url column from osm.pgosm_flex #298

rustprooflabs opened this issue Jan 21, 2023 · 0 comments
Labels
breaking Breaking change Technical Debt Not broken, not new, but not right either!
Milestone

Comments

@rustprooflabs
Copy link
Owner

Details

I'm noticing this as I'm looking at other improvements to the osm.pgosm_flex table (#293, #295). When this meta table was initially created there was no "update" mode, so this table really was only expected to have 1 row.

That is changing, and even with re-running create mode, having the URL in there seems silly. Planning to remove with next set of breaking changes.

SELECT *
    FROM osm.pgosm_flex
;
id|imported                     |osm_date  |default_date|region                               |pgosm_flex_version|srid|project_url                                |osm2pgsql_version|language|osm2pgsql_mode|
--+-----------------------------+----------+------------+-------------------------------------+------------------+----+-------------------------------------------+-----------------+--------+--------------+
 1|2023-01-21 09:25:57.844 -0700|2023-01-21|false       |north-america/us-district-of-columbia|0.7.0.rc.1-ed5a95a|3857|https://github.com/rustprooflabs/pgosm-flex|1.7.2            |        |create        |
 2|2023-01-21 09:32:43.328 -0700|2023-01-21|false       |north-america/us-district-of-columbia|0.7.0.rc.1-ed5a95a|3857|https://github.com/rustprooflabs/pgosm-flex|1.7.2            |        |create        |
 3|2023-01-21 09:38:52.483 -0700|2023-01-21|false       |north-america/us-district-of-columbia|0.7.0.rc.1-ed5a95a|3857|https://github.com/rustprooflabs/pgosm-flex|1.7.2            |        |create        |
@rustprooflabs rustprooflabs added Technical Debt Not broken, not new, but not right either! breaking Breaking change labels Jan 21, 2023
@rustprooflabs rustprooflabs added this to the 0.8.0 milestone Jan 21, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
breaking Breaking change Technical Debt Not broken, not new, but not right either!
Projects
None yet
Development

No branches or pull requests

1 participant