qwat / qwat-data-model

TEKSI Water module (project QWAT) - PostgreSQL / postgis Datamodel
https://www.teksi.ch
23 stars 25 forks source link

Improve survey points #185

Closed tudorbarascu closed 6 years ago

tudorbarascu commented 7 years ago

I haven't created the delta file etc. yet as the automated system is not working currently and there are the others pull requests that may be merged or not. I will do it as soon as everything is clear.

Also, the COMMENT ON TABLE qwat_od.surveypoint IS 'Table for sampling points. Inherits from surveypoint.'; is obsolete, right?

tudorbarascu commented 6 years ago

@lbartoletti Should be done now! Also with ruban métrique Thanks for reviewing.

I removed the commit with the default sequence for now as I don't know how valuable that is + the delta got me cornered a little bit and I think it calls for another pull if needed. What do you think about adding a default squence on qwat_od.surveypoint (id)?

haubourg commented 6 years ago

What do you think about adding a default squence on qwat_od.surveypoint (id)?

Yes, let's do that in another PR.