Skip to content

Commit

Permalink
fix: use create or replace in ciip_fuel revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Feb 2, 2021
1 parent 62e9d26 commit e17fd50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/revert/views/ciip_fuel.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
-- requires: table_form_result

begin;
drop view ggircs_portal.ciip_fuel;
create view ggircs_portal.ciip_fuel as (
create or replace view ggircs_portal.ciip_fuel as (
with x as (
select
form_result.application_id,
Expand Down

0 comments on commit e17fd50

Please sign in to comment.