tweaks to all projects view construction. - happy new year

master
dtookey 3 years ago
parent 72e50e3e49
commit 9a1adf6bd3

@ -50,7 +50,10 @@ SELECT *
FROM SRV2021
UNION
SELECT *
FROM WIL2022;
FROM WIL2022
UNION
SELECT *
FROM WIL2023;
CREATE UNIQUE INDEX ref_num ON all_projects (refnum);
CREATE INDEX project_flavor ON all_projects (proj_type);

Loading…
Cancel
Save