From 23344ca371c26bc327a54692e3a7530eb3cd6a93 Mon Sep 17 00:00:00 2001 From: tosmers Date: Mon, 8 Jun 2015 14:09:23 +0000 Subject: [PATCH] =?UTF-8?q?[UPDATE]=20Die=20sql-drop-Dateien=20f=C3=BCr=20?= =?UTF-8?q?folgende=20Module=20erg=C3=A4nzt:=20-=20ccm-cms-types-agenda=20?= =?UTF-8?q?-=20ccm-cms-types-event=20-=20ccm-cms-types-inlinesite=20-=20cc?= =?UTF-8?q?m-cms-types-job=20-=20ccm-cms-types-legalnotice=20-=20ccm-cms-t?= =?UTF-8?q?ypes-minutes=20-=20ccm-cms-types-service=20-=20ccm-ldn-types-co?= =?UTF-8?q?uncillor=20-=20ccm-ldn-types-esdservice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@3471 8810af33-2d31-482b-a856-94f89814c4df --- .../ccm-cms-types-agenda/oracle-se-drop.sql | 20 +++++++++++++++++ .../ccm-cms-types-agenda/postgres-drop.sql | 22 +++++++++++++++++++ .../ccm-cms-types-event/oracle-se-drop.sql | 20 +++++++++++++++++ .../sql/ccm-cms-types-event/postgres-drop.sql | 22 +++++++++++++++++++ .../oracle-se-drop.sql | 20 +++++++++++++++++ .../postgres-drop.sql | 22 +++++++++++++++++++ .../sql/ccm-cms-types-job/oracle-se-drop.sql | 20 +++++++++++++++++ .../sql/ccm-cms-types-job/postgres-drop.sql | 22 +++++++++++++++++++ .../oracle-se-drop.sql | 20 +++++++++++++++++ .../postgres-drop.sql | 22 +++++++++++++++++++ .../ccm-cms-types-minutes/oracle-se-drop.sql | 20 +++++++++++++++++ .../ccm-cms-types-minutes/postgres-drop.sql | 22 +++++++++++++++++++ .../ccm-cms-types-service/oracle-se-drop.sql | 20 +++++++++++++++++ .../ccm-cms-types-service/postgres-drop.sql | 22 +++++++++++++++++++ .../oracle-se-drop.sql | 20 +++++++++++++++++ .../postgres-drop.sql | 22 +++++++++++++++++++ .../oracle-se-drop.sql | 20 +++++++++++++++++ .../postgres-drop.sql | 22 +++++++++++++++++++ 18 files changed, 378 insertions(+) create mode 100644 ccm-cms-types-agenda/sql/ccm-cms-types-agenda/oracle-se-drop.sql create mode 100644 ccm-cms-types-agenda/sql/ccm-cms-types-agenda/postgres-drop.sql create mode 100644 ccm-cms-types-event/sql/ccm-cms-types-event/oracle-se-drop.sql create mode 100644 ccm-cms-types-event/sql/ccm-cms-types-event/postgres-drop.sql create mode 100644 ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/oracle-se-drop.sql create mode 100644 ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/postgres-drop.sql create mode 100644 ccm-cms-types-job/sql/ccm-cms-types-job/oracle-se-drop.sql create mode 100644 ccm-cms-types-job/sql/ccm-cms-types-job/postgres-drop.sql create mode 100644 ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/oracle-se-drop.sql create mode 100644 ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/postgres-drop.sql create mode 100644 ccm-cms-types-minutes/sql/ccm-cms-types-minutes/oracle-se-drop.sql create mode 100644 ccm-cms-types-minutes/sql/ccm-cms-types-minutes/postgres-drop.sql create mode 100644 ccm-cms-types-service/sql/ccm-cms-types-service/oracle-se-drop.sql create mode 100644 ccm-cms-types-service/sql/ccm-cms-types-service/postgres-drop.sql create mode 100644 ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/oracle-se-drop.sql create mode 100644 ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/postgres-drop.sql create mode 100644 ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/oracle-se-drop.sql create mode 100644 ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/postgres-drop.sql diff --git a/ccm-cms-types-agenda/sql/ccm-cms-types-agenda/oracle-se-drop.sql b/ccm-cms-types-agenda/sql/ccm-cms-types-agenda/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-agenda/sql/ccm-cms-types-agenda/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-agenda/sql/ccm-cms-types-agenda/postgres-drop.sql b/ccm-cms-types-agenda/sql/ccm-cms-types-agenda/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-agenda/sql/ccm-cms-types-agenda/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-cms-types-event/sql/ccm-cms-types-event/oracle-se-drop.sql b/ccm-cms-types-event/sql/ccm-cms-types-event/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-event/sql/ccm-cms-types-event/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-event/sql/ccm-cms-types-event/postgres-drop.sql b/ccm-cms-types-event/sql/ccm-cms-types-event/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-event/sql/ccm-cms-types-event/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/oracle-se-drop.sql b/ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/postgres-drop.sql b/ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-inlinesite/sql/ccm-cms-types-inlinesite/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-cms-types-job/sql/ccm-cms-types-job/oracle-se-drop.sql b/ccm-cms-types-job/sql/ccm-cms-types-job/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-job/sql/ccm-cms-types-job/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-job/sql/ccm-cms-types-job/postgres-drop.sql b/ccm-cms-types-job/sql/ccm-cms-types-job/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-job/sql/ccm-cms-types-job/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/oracle-se-drop.sql b/ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/postgres-drop.sql b/ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-legalnotice/sql/ccm-cms-types-legalnotice/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-cms-types-minutes/sql/ccm-cms-types-minutes/oracle-se-drop.sql b/ccm-cms-types-minutes/sql/ccm-cms-types-minutes/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-minutes/sql/ccm-cms-types-minutes/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-minutes/sql/ccm-cms-types-minutes/postgres-drop.sql b/ccm-cms-types-minutes/sql/ccm-cms-types-minutes/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-minutes/sql/ccm-cms-types-minutes/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-cms-types-service/sql/ccm-cms-types-service/oracle-se-drop.sql b/ccm-cms-types-service/sql/ccm-cms-types-service/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-cms-types-service/sql/ccm-cms-types-service/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-cms-types-service/sql/ccm-cms-types-service/postgres-drop.sql b/ccm-cms-types-service/sql/ccm-cms-types-service/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-cms-types-service/sql/ccm-cms-types-service/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/oracle-se-drop.sql b/ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/postgres-drop.sql b/ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-ldn-types-councillor/sql/ccm-ldn-types-councillor/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file diff --git a/ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/oracle-se-drop.sql b/ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/oracle-se-drop.sql new file mode 100644 index 000000000..cdb23b3a5 --- /dev/null +++ b/ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/oracle-se-drop.sql @@ -0,0 +1,20 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: oracle-se-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +@ ddl/oracle-se/drop-constraints.sql +@ ddl/oracle-se/drop-tables.sql \ No newline at end of file diff --git a/ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/postgres-drop.sql b/ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/postgres-drop.sql new file mode 100644 index 000000000..2a0d6023f --- /dev/null +++ b/ccm-ldn-types-esdservice/sql/ccm-ldn-types-esdservice/postgres-drop.sql @@ -0,0 +1,22 @@ +-- +-- Copyright (C) 2005 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $Id: postgres-drop.sql 1 2015-04-15 13:47:30Z tosmers $ +begin; +\i ddl/postgres/drop-constraints.sql +\i ddl/postgres/drop-tables.sql +end; \ No newline at end of file