postgres doesn't allow change on view - must drop and recreate
This commit is contained in:
parent
83ec5f2ad5
commit
790f5b3aef
|
@ -1,3 +1,9 @@
|
|||
drop view ad_field_v
|
||||
;
|
||||
|
||||
drop view ad_field_vt
|
||||
;
|
||||
|
||||
CREATE OR
|
||||
REPLACE VIEW ad_field_v AS
|
||||
SELECT t.ad_window_id,
|
||||
|
|
Loading…
Reference in New Issue