diff --git a/src/main/resources/db/h2/data.sql b/src/main/resources/db/h2/data.sql index 5ee1bc93e..fe9f1a97b 100644 --- a/src/main/resources/db/h2/data.sql +++ b/src/main/resources/db/h2/data.sql @@ -52,5 +52,6 @@ INSERT INTO visits VALUES (default, 8, '2013-01-02', 'rabies shot'); INSERT INTO visits VALUES (default, 8, '2013-01-03', 'neutered'); INSERT INTO visits VALUES (default, 7, '2013-01-04', 'spayed'); + INSERT INTO extended_pet_type (name, temperament, length, weight) VALUES ('Golden Retriever', 'cool', 30.0, 60.0);