Skip to content
#

sqitch

Here are 25 public repositories matching this topic...

moshthepitt
moshthepitt commented Oct 30, 2020
CREATE OR REPLACE VIEW zambia_irs_lite_structures_report AS
SELECT
    public.uuid_generate_v5('6ba7b810-9dad-11d1-80b4-00c04fd430c8', concat(structure_id, task_id))::VARCHAR AS id,
    structure_id,
    structure_jurisdiction_id as jurisdiction_id,
    task_id,
    plan_id,
    business_status,
    jsonb_build_object(
        'type',         'Feature',
        'id',           st

Improve this page

Add a description, image, and links to the sqitch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqitch topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.