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