mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
Signed-off-by:Umesh Tayade <umeshtayade2102@gmail.com>
This commit is contained in:
parent
d38d89fce2
commit
68d364e1b3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue