Skip to content
Snippets Groups Projects
Commit 638de079 authored by Florian Gnaegi - frentix GmbH's avatar Florian Gnaegi - frentix GmbH
Browse files

non-jira: replaced tabs with spaces, caused problems on local mysql version

parent 10bf7baa
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,11 @@ alter table o_gp_bgarea add constraint idx_area_to_resource foreign key (fk_reso
-- view
create or replace view o_gp_business_to_repository_v as (
select
grp.group_id as grp_id,
repoentry.repositoryentry_id as re_id,
repoentry.displayname as re_displayname
from o_gp_business as grp
inner join o_gp_business_to_resource as relation on (relation.fk_group = grp.group_id)
inner join o_repositoryentry as repoentry on (repoentry.fk_olatresource = relation.fk_resource)
select
grp.group_id as grp_id,
repoentry.repositoryentry_id as re_id,
repoentry.displayname as re_displayname
from o_gp_business as grp
inner join o_gp_business_to_resource as relation on (relation.fk_group = grp.group_id)
inner join o_repositoryentry as repoentry on (repoentry.fk_olatresource = relation.fk_resource)
);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment