view src/test/resources/datasets/cleanup.sql @ 894:f5b4784d9173

Load probe attribute 'laborMstId' from db and use this field to authorize objects.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 11 Mar 2016 13:59:16 +0100
parents 075f511243d5
children
line wrap: on
line source
DELETE FROM land.probe WHERE id = 1000;
DELETE FROM land.messprogramm WHERE id = 1000;
DELETE FROM stammdaten.datensatz_erzeuger WHERE id = 1000;
DELETE FROM stammdaten.probenehmer WHERE id = 1000;
DELETE FROM stammdaten.messprogramm_kategorie WHERE id = 1000;
DELETE FROM stammdaten.ort WHERE id = 1000;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)