feat : Add uuid field and index to Goal and restriction entities
feat(childManage): add UUID field and index to entities
-
Added new
uuid
field to the following entities:- SettingsRestriction.java
- RestrictionTime.java
- RestrictionContent.java
- Goal.java
-
Added database index on the
uuid
field in each of these entities for optimized lookup.