Skip to content
Snippets Groups Projects
Commit 582c0541 authored by Marco De Donno's avatar Marco De Donno
Browse files

Merge branch 'develop' into upload_nist

parents 4a78b2d5 1631bac3
No related branches found
No related tags found
No related merge requests found
......@@ -65,11 +65,11 @@ ALTER TABLE ONLY public.files_type ALTER COLUMN id SET DEFAULT nextval('public.f
-- Data for Name: files_type; Type: TABLE DATA; Schema: public; Owner: icnml
--
INSERT INTO public.files_type (id, name, "desc") VALUES (1, 'tenprint_card_front', 'Tenprint card front');
INSERT INTO public.files_type (id, name, "desc") VALUES (0, 'consent_form', 'Consent form');
INSERT INTO public.files_type (id, name, "desc") VALUES (1, 'tenprint_card_front', 'Tenprint card front');
INSERT INTO public.files_type (id, name, "desc") VALUES (2, 'tenprint_card_back', 'Tenprint card back');
INSERT INTO public.files_type (id, name, "desc") VALUES (4, 'latent_incidental', 'Latent incidental');
INSERT INTO public.files_type (id, name, "desc") VALUES (3, 'latent_target', 'Latent target');
INSERT INTO public.files_type (id, name, "desc") VALUES (4, 'latent_incidental', 'Latent incidental');
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment