-
Notifications
You must be signed in to change notification settings - Fork 0
/
qwat_v1.2.1_data_system_only.sql
65 lines (46 loc) · 1.35 KB
/
qwat_v1.2.1_data_system_only.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
--
-- PostgreSQL database dump
--
-- Dumped from database version 9.5.6
-- Dumped by pg_dump version 9.5.6
-- Started on 2017-04-14 15:00:54 CEST
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET row_security = off;
SET search_path = qwat_sys, pg_catalog;
--
-- TOC entry 4168 (class 0 OID 25428047)
-- Dependencies: 203
-- Data for Name: settings; Type: TABLE DATA; Schema: qwat_sys; Owner: postgres
--
COPY settings (id, name, type, value, v_min, v_max, v_not_null, description) FROM stdin;
1 srid integer 21781 \N \N t \N
\.
--
-- TOC entry 4177 (class 0 OID 0)
-- Dependencies: 202
-- Name: settings_id_seq; Type: SEQUENCE SET; Schema: qwat_sys; Owner: postgres
--
SELECT pg_catalog.setval('settings_id_seq', 1, true);
--
-- TOC entry 4170 (class 0 OID 25428066)
-- Dependencies: 205
-- Data for Name: versions; Type: TABLE DATA; Schema: qwat_sys; Owner: postgres
--
COPY versions (id, module, version) FROM stdin;
1 model.core 0.1.0
\.
--
-- TOC entry 4178 (class 0 OID 0)
-- Dependencies: 204
-- Name: versions_id_seq; Type: SEQUENCE SET; Schema: qwat_sys; Owner: postgres
--
SELECT pg_catalog.setval('versions_id_seq', 1, true);
-- Completed on 2017-04-14 15:00:54 CEST
--
-- PostgreSQL database dump complete
--