Mercurial > lada > lada-server
comparison db_schema/stammdaten_data_user_context.sql @ 1191:3923b41f8783
reorganize db setup
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Fri, 25 Nov 2016 22:25:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1190:69865fa2292f | 1191:3923b41f8783 |
---|---|
1 \set ON_ERROR_STOP on | |
2 | |
3 -- | |
4 -- PostgreSQL database dump | |
5 -- | |
6 | |
7 -- Dumped from database version 9.5.1 | |
8 -- Dumped by pg_dump version 9.5.0 | |
9 | |
10 -- Started on 2016-03-31 11:38:13 | |
11 | |
12 SET statement_timeout = 0; | |
13 SET lock_timeout = 0; | |
14 SET client_encoding = 'UTF8'; | |
15 SET standard_conforming_strings = on; | |
16 SET check_function_bodies = false; | |
17 SET client_min_messages = warning; | |
18 | |
19 SET search_path = stammdaten, pg_catalog; | |
20 | |
21 | |
22 -- | |
23 -- TOC entry 4689 (class 0 OID 535738) | |
24 -- Dependencies: 254 | |
25 -- Data for Name: lada_user; Type: TABLE DATA; Schema: stammdaten; Owner: lada | |
26 -- | |
27 | |
28 COPY lada_user (id, name) FROM stdin; | |
29 0 default | |
30 \. | |
31 | |
32 | |
33 -- | |
34 -- TOC entry 4681 (class 0 OID 535715) | |
35 -- Dependencies: 246 | |
36 -- Data for Name: favorite; Type: TABLE DATA; Schema: stammdaten; Owner: lada | |
37 -- | |
38 | |
39 COPY favorite (id, user_id, query_id) FROM stdin; | |
40 \. | |
41 | |
42 | |
43 -- | |
44 -- TOC entry 4685 (class 0 OID 535725) | |
45 -- Dependencies: 250 | |
46 -- Data for Name: filter_value; Type: TABLE DATA; Schema: stammdaten; Owner: lada | |
47 -- | |
48 | |
49 COPY filter_value (id, user_id, filter_id, value) FROM stdin; | |
50 \. |