~ubuntu-branches/ubuntu/trusty/gnumed-server/trusty-proposed

« back to all changes in this revision

Viewing changes to server/sql/v17-v18/fixups/v18-clin-soapU_check-fixup.sql

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-07-01 14:02:23 UTC
  • mfrom: (1.3.42)
  • Revision ID: package-import@ubuntu.com-20130701140223-u4nhid0x63fz8uy6
Tags: 18.6-1
* New upstream version
* debian/control: Vcs fields using anonscm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- ==============================================================
 
2
-- GNUmed database schema change script
 
3
--
 
4
-- License: GPL v2 or later
 
5
-- Author: karsten.hilbert@gmx.net
 
6
--
 
7
-- ==============================================================
 
8
\set ON_ERROR_STOP 1
 
9
 
 
10
-- --------------------------------------------------------------
 
11
-- clin.clin_root_item
 
12
\unset ON_ERROR_STOP
 
13
alter table clin.clin_root_item drop constraint clin_root_item_soap_cat;
 
14
\set ON_ERROR_STOP 1
 
15
 
 
16
-- --------------------------------------------------------------
 
17
select gm.log_script_insertion('v18-clin-soapU_check-fixup.sql', '17.10');