[go: up one dir, main page]

Change resource_id to resource_uuid

Change resource_id to resource_uuid in events model. This is to avoid mistakes on resource id (which is not public to third party applications) and the UUID defined for each resource.

  • Change field name and type to string in the database schema
  • Alter the json and model classes
  • Fix the filters of controllers
  • Change the specs and fix the tests to run accordingly