Skip to content

Removed id column from capability schema and all its dependencies

Nathan Hertz requested to merge substitute-capability-id-with-name into main

Capability table no longer has an ID column. Instead, capability_name is used as the primary key and anywhere that capability_id was previously used is now replaced with capability_name.

Merge request reports