Mercurial > lada > lada-server
comparison src/test/resources/datasets/clean_and_seed.sql @ 980:1da90ad6b35f
Correct comment.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 15 Jun 2016 11:18:49 +0200 |
parents | aba3a5384c69 |
children | ea550e9a09a3 186d602e031a |
comparison
equal
deleted
inserted
replaced
979:7a6985fbb3c8 | 980:1da90ad6b35f |
---|---|
1 SET search_path TO stammdaten; | 1 SET search_path TO stammdaten; |
2 | 2 |
3 -- minimal master data to make interface tests runnable | 3 -- cleanup |
4 DELETE FROM auth; | 4 DELETE FROM auth; |
5 DELETE FROM ort; | 5 DELETE FROM ort; |
6 DELETE FROM ort_typ; | 6 DELETE FROM ort_typ; |
7 DELETE FROM pflicht_messgroesse; | 7 DELETE FROM pflicht_messgroesse; |
8 DELETE FROM datenbasis; | 8 DELETE FROM datenbasis; |