Bug : some db doesn't have the view v_quant_detail
This commit is contained in:
parent
50d03e6615
commit
a7174c7a25
2 changed files with 2 additions and 3 deletions
|
|
@ -855,7 +855,6 @@ input[disabled], textarea[disabled], option[disabled], optgroup[disabled], selec
|
||||||
|
|
||||||
a#anchorbutton, .button, a.button,div.content a.button {
|
a#anchorbutton, .button, a.button,div.content a.button {
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
font-weight: bold;
|
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-family: arial,verdana,sans-serif,helvetica;
|
font-family: arial,verdana,sans-serif,helvetica;
|
||||||
background-image: url("../image/bg-submit2.gif");
|
background-image: url("../image/bg-submit2.gif");
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
begin;
|
begin;
|
||||||
|
|
||||||
drop VIEW public.v_quant_detail;
|
drop VIEW if exists public.v_quant_detail;
|
||||||
|
|
||||||
CREATE OR REPLACE VIEW public.v_quant_detail
|
CREATE OR REPLACE VIEW public.v_quant_detail
|
||||||
AS WITH quant AS (
|
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');
|
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