12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- --
- -- PostgreSQL database dump
- --
- -- Dumped from database version 12.7
- -- Dumped by pg_dump version 12.7
- SET statement_timeout = 0;
- SET lock_timeout = 0;
- SET idle_in_transaction_session_timeout = 0;
- SET client_encoding = 'UTF8';
- SET standard_conforming_strings = on;
- SELECT pg_catalog.set_config('search_path', '', false);
- SET check_function_bodies = false;
- SET xmloption = content;
- SET client_min_messages = warning;
- SET row_security = off;
- --
- -- Data for Name: current_cars; Type: TABLE DATA; Schema: public; Owner: postgres
- --
- COPY public.current_cars (id, resource_id, user_id, order_status, order_id, current_token, doors_output, engine_input, central_lock_input, ignition_input, doors_input, input4, controller_status, signal_gsm, operator_gsm, signal_gps, location, speed, direction, address, battery_level, board_voltage) FROM stdin;
- \.
- --
- -- Data for Name: current_timetable; Type: TABLE DATA; Schema: public; Owner: postgres
- --
- COPY public.current_timetable (id, order_id, service_type_id, provider_id, resource_id, time_start_predicted, time_finished_predicted, gap) FROM stdin;
- \.
- --
- -- Data for Name: order_list_log; Type: TABLE DATA; Schema: public; Owner: postgres
- --
- COPY public.order_list_log (id, payment_transaction_id, service_id, service_type_id, time_placed, time_start, time_finish_predicted, time_finish_real, order_place_start, order_place_predicted, order_place_real, price, provider, receiver, client) FROM stdin;
- \.
- --
- -- Data for Name: tickets; Type: TABLE DATA; Schema: public; Owner: postgres
- --
- COPY public.tickets (id, type, id_reporter, id_asignee, time_created, time_assigned, time_changed, time_closed, status, description) FROM stdin;
- \.
- --
- -- Name: current_cars_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
- --
- SELECT pg_catalog.setval('public.current_cars_id_seq', 1, false);
- --
- -- Name: current_timetable_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
- --
- SELECT pg_catalog.setval('public.current_timetable_id_seq', 1, false);
- --
- -- Name: order_list_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
- --
- SELECT pg_catalog.setval('public.order_list_log_id_seq', 1, false);
- --
- -- Name: tickets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
- --
- SELECT pg_catalog.setval('public.tickets_id_seq', 1, false);
- --
- -- PostgreSQL database dump complete
- --
|