Commit 8c2e6c23 authored by Frank Bergmann's avatar Frank Bergmann

- removed rests of timespan_seq

parent 30bac71e
......@@ -8,7 +8,6 @@
-- $Id$
create sequence timespan_sequence start 1;
-- create view timespan_seq as select nextval('timespan_sequence') as nextval from dual;
-- Table for storing time intervals. Note that time intervals can be open on
-- either end. This is represented by a null value for start_date or end_date.
......
......@@ -13,4 +13,5 @@ drop table timespans;
select drop_package('time_interval');
drop table time_intervals;
drop view if exists timespan_seq;
drop sequence timespan_sequence;
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