15: added preliminary tests for product and products (#17)
* Merge * 15: added preliminary tests for product and products Co-authored-by: Niklas Fondberg <niklas.fondberg@photowall.se>
This commit is contained in:
co-authored by
Niklas Fondberg
parent
2b67bc506f
commit
cbb0024359
@@ -20,16 +20,16 @@ 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-05-02', 1);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 2, '2021-05-02', 1);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 3, '2021-05-02', 0);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 4, '2021-05-02', 1);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 5, '2021-05-02', 1);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 6, '2021-05-02', 0);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 7, '2021-05-02', 0);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 8, '2021-05-02', 0);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 9, '2021-05-02', 0);
|
||||
INSERT INTO public.invoices (id, inserted, order_id, invoice_date, invoice_sent) VALUES (DEFAULT, DEFAULT, 10, '2021-05-02', 0);
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user