Commit 322b1df6 authored by Alejandro's avatar Alejandro

Fixed bug in .sql

Fixed bug that was in the insert of the pet.
parent 80dc2d9e
...@@ -43,4 +43,4 @@ INSERT INTO `daaexample`.`users` (`login`,`password`,`role`) ...@@ -43,4 +43,4 @@ INSERT INTO `daaexample`.`users` (`login`,`password`,`role`)
VALUES ('normal', '7bf24d6ca2242430343ab7e3efb89559a47784eea1123be989c1b2fb2ef66e83','USER'); VALUES ('normal', '7bf24d6ca2242430343ab7e3efb89559a47784eea1123be989c1b2fb2ef66e83','USER');
-- Insert for pets -- Insert for pets
INSERT INTO `daaexample`.`pets` (`id`,`name`,`type`,`person`) INSERT INTO `daaexample`.`pets` (`id`,`name`,`type`,`person`)
VALUES (0,'Mascota_Antón','PERRO',0); VALUES (0,'Mascota_Antón','PERRO',1);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment