brf/docker/postgres/103_accounting_data.sql

45 lines
977 B
SQL

--
-- PostgreSQL database dump
--
\restrict bwzPcLzyW22uigCF5UMc3FAcSU9hliUs5ZBJ4ZpwZeegYAG8Md8d7l0M55Czl7h
-- Dumped from database version 18.1
-- Dumped by pg_dump version 18.1
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET transaction_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: supplierType; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public."supplierType" (id, name) FROM stdin;
1 Company
2 Person
\.
--
-- Name: supplierType_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public."supplierType_id_seq"', 2, true);
--
-- PostgreSQL database dump complete
--
\unrestrict bwzPcLzyW22uigCF5UMc3FAcSU9hliUs5ZBJ4ZpwZeegYAG8Md8d7l0M55Czl7h