Commit 30bac71e authored by Frank Bergmann's avatar Frank Bergmann

- added if exists

parent 5eda3922
......@@ -8,10 +8,10 @@
-- PG 9.x support - changes regarding usage of sequences
drop view acs_events_seq;
drop sequence acs_events_sequence;
drop view timespan_seq;
drop view recurrence_seq;
drop view if exists acs_events_seq;
drop sequence if exists acs_events_sequence;
drop view if exists timespan_seq;
drop view if exists recurrence_seq;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment