Mercurial > lada > lada-server
changeset 1023:5fdc6feabedb schema-update
Updated values.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 04 Jul 2016 14:23:50 +0200 |
parents | 042437ce8f51 |
children | 2fb787017b7f |
files | db_schema/stammdaten_schema.sql |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/db_schema/stammdaten_schema.sql Mon Jul 04 14:18:42 2016 +0200 +++ b/db_schema/stammdaten_schema.sql Mon Jul 04 14:23:50 2016 +0200 @@ -285,8 +285,8 @@ INSERT INTO query_type VALUES(2, 'messprogramm'); INSERT INTO query_type VALUES(3, 'ort'); INSERT INTO query_type VALUES(4, 'probenehmer'); -INSERT INTO query_type VALUES(5, 'datensatz_erzeuger'); -INSERT INTO query_type VALUES(6, 'messprogramm_kategorie'); +INSERT INTO query_type VALUES(5, 'datensatzerzeuger'); +INSERT INTO query_type VALUES(6, 'messprogrammkategorie'); CREATE TABLE favorite ( @@ -311,10 +311,10 @@ type character varying(10) NOT NULL ) INSERT INTO filter_type VALUES(0, 'text'); -INSERT INTO filter_type VALUES(0, 'listmst'); -INSERT INTO filter_type VALUES(0, 'listnetz'); -INSERT INTO filter_type VALUES(0, 'listumw'); -INSERT INTO filter_type VALUES(0, 'liststatus'); +INSERT INTO filter_type VALUES(1, 'listmst'); +INSERT INTO filter_type VALUES(2, 'listnetz'); +INSERT INTO filter_type VALUES(3, 'listumw'); +INSERT INTO filter_type VALUES(4, 'liststatus'); CREATE TABLE filter_value (