Skip to content
Snippets Groups Projects
Commit a431a291 authored by srosse's avatar srosse
Browse files

no-jira: add the replace keyword in the refresh sql

parent 9e30a974
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ drop view if exists o_as_eff_statement_groups_v; ...@@ -10,7 +10,7 @@ drop view if exists o_as_eff_statement_groups_v;
-- user view -- user view
create view o_bs_identity_short_v as ( create or replace view o_bs_identity_short_v as (
select select
ident.id as id_id, ident.id as id_id,
ident.name as id_name, ident.name as id_name,
......
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