Synchro with stable
DO NOT INTEGRATE to pre-stable nor stable
This commit is contained in:
parent
333b36372a
commit
39e01d2a75
7 changed files with 15 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
begin;
|
||||
|
||||
drop VIEW public.v_quant_detail;
|
||||
drop VIEW if exists public.v_quant_detail;
|
||||
|
||||
CREATE OR REPLACE VIEW public.v_quant_detail
|
||||
AS WITH quant AS (
|
||||
|
|
@ -70,4 +70,4 @@ AS WITH quant AS (
|
|||
;
|
||||
|
||||
insert into version (val,v_description) values (202,'Bug with reconcile, improve view');
|
||||
commit;
|
||||
commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue