-
Bug
-
Resolution: Duplicate
-
Minor
-
DO378 - RHBoQ2.13-en-1-20230228
-
en-US (English)
URL: https://rol.redhat.com/rol/app/courses/do378-2.13/pages/ch09s02
Reporter RHNID: wasim-rhls
Section: 9.2 - Lab: Red Hat Cloud-native Microservices Development with Quarkus
Language: en-US (English)||
Workaround:
Description: The definition of the Parks entity does not contain size although the import.sql expects it. Add size to the table in the task definition. Field Type Description id Long Autogenerated Park ID. name String The name of the park. city String The city where the park is located. status Status One of the values of enum Status {CLOSED, OPEN}. You must define this enum.