Add to git.
[monolith.git] / sql / ml_calendar_drop.sql
1 -- Drop schema for monolith calendar widget.
2 -- Copyright (C) 2002 Richard W.M. Jones <rich@annexia.org>
3 -- This code is NOT REDISTRIBUTABLE. To use this widget you must purchase
4 -- a license at http://www.annexia.org/
5 --
6 -- $Id: ml_calendar_drop.sql,v 1.1 2003/02/22 12:49:21 rich Exp $
7
8 drop table ml_calendar_events;
9 drop sequence ml_calendar_events_id_seq;
10
11 drop table ml_calendar;