Fix adding view by hand

main
Ashelyn Dawn 5 years ago
parent 475b88626e
commit 5be94c3ddd

@ -127,4 +127,4 @@ create or replace view sos.v_order as
create or replace view sos.v_config as create or replace view sos.v_config as
select * from sos."config" select * from sos."config"
left join sos."user" on config_updated_by = user_uuid left join sos."user" on config_updated_by = user_uuid
where config_date_updated = (select max(config_date_updated) from sos."config") where config_date_updated = (select max(config_date_updated) from sos."config");

Loading…
Cancel
Save