Skip to content

Commit

Permalink
Fixed insert typo
Browse files Browse the repository at this point in the history
- Changed Felline in Feline
  • Loading branch information
RitanMihai committed Sep 16, 2021
1 parent 7843e4c commit be18dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_dump/veterinary_clinic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ INSERT INTO public.animal (id, breed, species) VALUES (7, 'Sphynx ', 'Feline');
INSERT INTO public.animal (id, breed, species) VALUES (8, 'Bengaleza', 'Feline');
INSERT INTO public.animal (id, breed, species) VALUES (9, 'Savannah', 'Feline');
INSERT INTO public.animal (id, breed, species) VALUES (10, 'Mixt', 'Canine');
INSERT INTO public.animal (id, breed, species) VALUES (11, 'Mixt', 'Felline');
INSERT INTO public.animal (id, breed, species) VALUES (11, 'Mixt', 'Feline');

--
-- Data for Name: medic; Type: TABLE DATA; Schema: public; Owner: postgres
Expand Down

0 comments on commit be18dbb

Please sign in to comment.