|
|
@ -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");
|
|
|
|