Mercurial > lada > lada-server
comparison db_schema/lada_data.sql @ 1267:38059e566aba
Removed column ort_id from messprogramm in land_data.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 27 Jan 2017 15:44:30 +0100 |
parents | 4ee336c65ab3 |
children | 788311087838 |
comparison
equal
deleted
inserted
replaced
1266:e4cb532fde82 | 1267:38059e566aba |
---|---|
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, 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; | 253 COPY messprogramm (id, test, mst_id, labor_mst_id, datenbasis_id, ba_id, gem_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 |