view src/test/resources/datasets/cleanup.sql @ 871:53d739275c50

Status workflow definitions are needed and assumed to be given by the server. These are not data to be changed by any user, thus part of the schema.
author Tom Gottfried <tom@intevation.de>
date Mon, 08 Feb 2016 18:23:41 +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)