need to set director while snapping quota rep

This commit is contained in:
Paul Trowbridge 2021-04-23 09:08:47 -04:00
parent 0d7cabd0ee
commit 67e5466f72

View File

@ -50,6 +50,7 @@ UPDATE
rlarp.osm_pool o rlarp.osm_pool o
SET SET
quota_rep_descr = (regexp_match(r.repp,'.* - (.*)$'))[1] quota_rep_descr = (regexp_match(r.repp,'.* - (.*)$'))[1]
,director = r.director
FROM FROM
rlarp.repc r rlarp.repc r
WHERE WHERE