Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Version3 Updates #51

Merged
merged 25 commits into from
Feb 21, 2019
Merged

Version3 Updates #51

merged 25 commits into from
Feb 21, 2019

Conversation

sunnywiz
Copy link

Done:

- run all sql files in order that match a name pattern
- now buliding up the idempotent versions of those sql files
we have some INSERT 1's when they should be 0's !!!
+ cleaning out old stuff
uses a reusable function  - 
could do something like: 
with A as (select id from waze.jams where geom_line is null and line is not null limit 100000)
update waze.jams B
	set geom_line = waze.line_to_geometry(B.line)
from A where A.id=B.id
@schnuerle schnuerle merged commit 515453f into LouisvilleMetro:version3 Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants