comparison db_schema/lada_data.sql @ 1196:fffd66b6ee8a

merged.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 29 Nov 2016 16:00:27 +0100
parents 4ee336c65ab3
children 38059e566aba
comparison
equal deleted inserted replaced
1195:768a4c957a18 1196:fffd66b6ee8a
248 -- Data for Name: messprogramm; Type: TABLE DATA; Schema: land; Owner: postgres 248 -- Data for Name: messprogramm; Type: TABLE DATA; Schema: land; Owner: postgres
249 -- 249 --
250 250
251 ALTER TABLE messprogramm DISABLE TRIGGER ALL; 251 ALTER TABLE messprogramm DISABLE TRIGGER ALL;
252 252
253 COPY messprogramm (id, test, mst_id, labor_mst_id, datenbasis_id, ba_id, gem_id, ort_id, media_desk, umw_id, probenart_id, probenintervall, teilintervall_von, teilintervall_bis, intervall_offset, gueltig_von, gueltig_bis, probe_nehmer_id, probe_kommentar, letzte_aenderung) FROM stdin; 253 COPY messprogramm (id, test, mst_id, labor_mst_id, datenbasis_id, ba_id, gem_id, ort_id, media_desk, mpl_Id, umw_id, probenart_id, probenintervall, teilintervall_von, teilintervall_bis, intervall_offset, gueltig_von, gueltig_bis, probe_nehmer_id, probe_kommentar, letzte_aenderung) FROM stdin;
254 \. 254 \.
255 255
256 256
257 ALTER TABLE messprogramm ENABLE TRIGGER ALL; 257 ALTER TABLE messprogramm ENABLE TRIGGER ALL;
258 258
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)