#3433027, #3396154 Add 'entity_uuid' to views_url_alias module, primary key, fix indexes definition.
In the views_url_alias module, a new field 'entity_uuid' was added to track the UUID of each entity. Corresponding changes were also made in the install schema to include this new field, update primary key, and create new indexes. A hook_update function was added to drop and recreate the table with updated schema.
Closes #3396617