* Merge * 15: added preliminary tests for product and products Co-authored-by: Niklas Fondberg <niklas.fondberg@photowall.se>
38 lines
1.8 KiB
SQL
38 lines
1.8 KiB
SQL
--
|
|
-- PostgreSQL database dump
|
|
--
|
|
|
|
-- Dumped from database version 10.14
|
|
-- Dumped by pg_dump version 10.14
|
|
|
|
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: invoices; Type: TABLE DATA; Schema: public; Owner: postgres
|
|
--
|
|
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 1, '2021-07-04', 0);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 2, '2021-07-04', 0);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 3, '2021-07-04', 0);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 4, '2021-07-04', 0);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 5, '2021-07-04', 1);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 6, '2021-07-04', 0);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 7, '2021-07-04', 1);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 8, '2021-07-04', 0);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 9, '2021-07-04', 1);
|
|
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 10, '2021-07-04', 0);
|
|
|
|
--
|
|
-- PostgreSQL database dump complete
|
|
--
|
|
|