brf/docker/postgres/02-data.sql
2025-11-27 12:22:51 +01:00

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: supplier_type; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.supplier_type (id, name) FROM stdin;
1 Company
2 Person
\.
--
-- Name: supplier_type_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.supplier_type_id_seq', 2, true);
--
-- PostgreSQL database dump complete
--
\unrestrict bwzPcLzyW22uigCF5UMc3FAcSU9hliUs5ZBJ4ZpwZeegYAG8Md8d7l0M55Czl7h